Html Css Color HEX #362176 Persian Indigo

📋 copy color: '#362176'

red 54 ◦ green 33 ◦ blue 118

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

Shades of Persian Indigo #362176

Tints of Persian Indigo #362176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 26.34%
G = 16.1%
B = 57.56%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362176 (or 0x362176) is known color: Persian Indigo. HEX triplet: 36, 21 and 76. RGB value is (54,33,118). Sum of RGB (Red+Green+Blue) = 54+33+118=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #362176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362176 is #C9DE89. Grayscale: #303030. Windows color (decimal): -13229706 or 7741750. OLE color: 7741750.

HSL color Cylindrical-coordinate representation of color #362176: hue angle of 254.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362176 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 33 118 -
CMYK 0.54 0.72 0 0.54
HSL 254.82º 0.56% 0.3% -
HSV(B) 254.82º 0.72% 0.46% -
XYZ 5.34 3.18 17.47 -
YUV 48.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 54 33 118 0.54 0.72 0 0.54 254.82 0.56 0.3
Hex 36 21 76 36 48 0 36 FF 38 1E
Octal 66 41 166 66 110 0 66 377 70 36
Binary 110110 100001 1110110 110110 1001000 0 110110 11111111 111000 11110

Color Harmonies of #362176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362176

Black with #362176

Text Example


Text Example

White with #362176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362176; }

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

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

background-color css

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

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

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

border-color css

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

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

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