Html Css Color HEX #36189B Persian Indigo

📋 copy color: '#36189B'

red 54 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #36189B

Tints of Persian Indigo #36189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 23.18%
G = 10.3%
B = 66.52%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36189B (or 0x36189B) is known color: Persian Indigo. HEX triplet: 36, 18 and 9B. RGB value is (54,24,155). Sum of RGB (Red+Green+Blue) = 54+24+155=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #36189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36189B is #C9E764. Grayscale: #2F2F2F. Windows color (decimal): -13231973 or 10164278. OLE color: 10164278.

HSL color Cylindrical-coordinate representation of color #36189B: hue angle of 253.74º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36189B is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 24 155 -
CMYK 0.65 0.85 0 0.39
HSL 253.74º 0.73% 0.35% -
HSV(B) 253.74º 0.85% 0.61% -
XYZ 7.76 3.8 31.34 -
YUV 47.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 54 24 155 0.65 0.85 0 0.39 253.74 0.73 0.35
Hex 36 18 9B 41 55 0 27 FE 49 23
Octal 66 30 233 101 125 0 47 376 111 43
Binary 110110 11000 10011011 1000001 1010101 0 100111 11111110 1001001 100011

Color Harmonies of #36189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36189B

Black with #36189B

Text Example


Text Example

White with #36189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36189B; }

 p { color: rgb(54,24,155); }

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

background-color css

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

 a { background-color: rgb(54,24,155); }

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

border-color css

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

 span { border-color: rgb(54,24,155); }

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