Html Css Color HEX #360477 Persian Indigo

📋 copy color: '#360477'

red 54 ◦ green 4 ◦ blue 119

#360477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #360477

Tints of Persian Indigo #360477

RGB

 RED value IS 54 (21.48% from 255) = 30.51%

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 119 (46.88% from 255) = 67.23%

R = 30.51%
G = 2.26%
B = 67.23%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#360477 (or 0x360477) is known color: Persian Indigo. HEX triplet: 36, 04 and 77. RGB value is (54,4,119). Sum of RGB (Red+Green+Blue) = 54+4+119=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #360477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360477 is #C9FB88. Grayscale: #1F1F1F. Windows color (decimal): -13237129 or 7799862. OLE color: 7799862.

HSL color Cylindrical-coordinate representation of color #360477: hue angle of 266.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360477 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 4 119 -
CMYK 0.55 0.97 0 0.53
HSL 266.09º 0.93% 0.24% -
HSV(B) 266.09º 0.97% 0.47% -
XYZ 4.89 2.2 17.62 -
YUV 32.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 54 4 119 0.55 0.97 0 0.53 266.09 0.93 0.24
Hex 36 4 77 37 61 0 35 10A 5D 18
Octal 66 4 167 67 141 0 65 412 135 30
Binary 110110 100 1110111 110111 1100001 0 110101 100001010 1011101 11000

Color Harmonies of #360477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360477

Black with #360477

Text Example


Text Example

White with #360477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360477; }

 p { color: rgb(54,4,119); }

 H1.HeaderClassName
 {
   color: #360477;
 }
 .AnyTagClassName
 {
   color: #360477;
 }
</style>

background-color css

<style>
 a { background-color: #360477; }

 a { background-color: rgb(54,4,119); }

 div.DivClassName
 {
   background-color: #360477;
 }
 .BgClassName
 {
   background-color: #360477;
 }
</style>

border-color css

<style>
 span { border-color: #360477; }

 span { border-color: rgb(54,4,119); }

 td.TdClassName
 {
   border-color: #360477;
 }
 .TagClassName
 {
   border-color: #360477;
 }
</style>