Html Css Color HEX #362177 Persian Indigo

📋 copy color: '#362177'

red 54 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #362177

Tints of Persian Indigo #362177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 26.21%
G = 16.02%
B = 57.77%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362177 (or 0x362177) is known color: Persian Indigo. HEX triplet: 36, 21 and 77. RGB value is (54,33,119). Sum of RGB (Red+Green+Blue) = 54+33+119=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #362177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362177 is #C9DE88. Grayscale: #303030. Windows color (decimal): -13229705 or 7807286. OLE color: 7807286.

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

Color convert

RGB 54 33 119 -
CMYK 0.55 0.72 0 0.53
HSL 254.65º 0.57% 0.3% -
HSV(B) 254.65º 0.72% 0.47% -
XYZ 5.39 3.2 17.79 -
YUV 49.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 54 33 119 0.55 0.72 0 0.53 254.65 0.57 0.3
Hex 36 21 77 37 48 0 35 FF 39 1E
Octal 66 41 167 67 110 0 65 377 71 36
Binary 110110 100001 1110111 110111 1001000 0 110101 11111111 111001 11110

Color Harmonies of #362177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362177

Black with #362177

Text Example


Text Example

White with #362177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362177; }

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

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

background-color css

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

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

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

border-color css

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

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

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