Html Css Color HEX #36179B Persian Indigo

📋 copy color: '#36179B'

red 54 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #36179B

Tints of Persian Indigo #36179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 23.28%
G = 9.91%
B = 66.81%

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

#36179B (or 0x36179B) is known color: Persian Indigo. HEX triplet: 36, 17 and 9B. RGB value is (54,23,155). Sum of RGB (Red+Green+Blue) = 54+23+155=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #36179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36179B is #C9E864. Grayscale: #2E2E2E. Windows color (decimal): -13232229 or 10164022. OLE color: 10164022.

HSL color Cylindrical-coordinate representation of color #36179B: hue angle of 254.09º degrees, saturation: 0.74, 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 #36179B is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 23 155 -
CMYK 0.65 0.85 0 0.39
HSL 254.09º 0.74% 0.35% -
HSV(B) 254.09º 0.85% 0.61% -
XYZ 7.74 3.76 31.33 -
YUV 47.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 54 23 155 0.65 0.85 0 0.39 254.09 0.74 0.35
Hex 36 17 9B 41 55 0 27 FE 4A 23
Octal 66 27 233 101 125 0 47 376 112 43
Binary 110110 10111 10011011 1000001 1010101 0 100111 11111110 1001010 100011

Color Harmonies of #36179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36179B

Black with #36179B

Text Example


Text Example

White with #36179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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