Html Css Color HEX #361972 Persian Indigo

📋 copy color: '#361972'

red 54 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #361972

Tints of Persian Indigo #361972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 27.98%
G = 12.95%
B = 59.07%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361972 (or 0x361972) is known color: Persian Indigo. HEX triplet: 36, 19 and 72. RGB value is (54,25,114). Sum of RGB (Red+Green+Blue) = 54+25+114=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #361972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361972 is #C9E68D. Grayscale: #2B2B2B. Windows color (decimal): -13231758 or 7477558. OLE color: 7477558.

HSL color Cylindrical-coordinate representation of color #361972: hue angle of 259.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361972 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 25 114 -
CMYK 0.53 0.78 0 0.55
HSL 259.55º 0.64% 0.27% -
HSV(B) 259.55º 0.78% 0.45% -
XYZ 4.91 2.69 16.18 -
YUV 43.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 54 25 114 0.53 0.78 0 0.55 259.55 0.64 0.27
Hex 36 19 72 35 4E 0 37 104 40 1B
Octal 66 31 162 65 116 0 67 404 100 33
Binary 110110 11001 1110010 110101 1001110 0 110111 100000100 1000000 11011

Color Harmonies of #361972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361972

Black with #361972

Text Example


Text Example

White with #361972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361972; }

 p { color: rgb(54,25,114); }

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

background-color css

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

 a { background-color: rgb(54,25,114); }

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

border-color css

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

 span { border-color: rgb(54,25,114); }

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