Html Css Color HEX #361996 Persian Indigo

📋 copy color: '#361996'

red 54 ◦ green 25 ◦ blue 150

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

Shades of Persian Indigo #361996

Tints of Persian Indigo #361996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 23.58%
G = 10.92%
B = 65.5%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#361996 (or 0x361996) is known color: Persian Indigo. HEX triplet: 36, 19 and 96. RGB value is (54,25,150). Sum of RGB (Red+Green+Blue) = 54+25+150=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #361996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361996 is #C9E669. Grayscale: #2F2F2F. Windows color (decimal): -13231722 or 9836854. OLE color: 9836854.

HSL color Cylindrical-coordinate representation of color #361996: hue angle of 253.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361996 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 25 150 -
CMYK 0.64 0.83 0 0.41
HSL 253.92º 0.71% 0.34% -
HSV(B) 253.92º 0.83% 0.59% -
XYZ 7.37 3.68 29.18 -
YUV 47.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 54 25 150 0.64 0.83 0 0.41 253.92 0.71 0.34
Hex 36 19 96 40 53 0 29 FE 47 22
Octal 66 31 226 100 123 0 51 376 107 42
Binary 110110 11001 10010110 1000000 1010011 0 101001 11111110 1000111 100010

Color Harmonies of #361996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361996

Black with #361996

Text Example


Text Example

White with #361996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361996; }

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

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

background-color css

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

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

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

border-color css

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

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

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