Html Css Color HEX #36179D Persian Indigo

📋 copy color: '#36179D'

red 54 ◦ green 23 ◦ blue 157

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

Shades of Persian Indigo #36179D

Tints of Persian Indigo #36179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.09%

R = 23.08%
G = 9.83%
B = 67.09%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36179D (or 0x36179D) is known color: Persian Indigo. HEX triplet: 36, 17 and 9D. RGB value is (54,23,157). Sum of RGB (Red+Green+Blue) = 54+23+157=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #36179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36179D is #C9E862. Grayscale: #2F2F2F. Windows color (decimal): -13232227 or 10295094. OLE color: 10295094.

HSL color Cylindrical-coordinate representation of color #36179D: hue angle of 253.88º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36179D is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 23 157 -
CMYK 0.66 0.85 0 0.38
HSL 253.88º 0.74% 0.35% -
HSV(B) 253.88º 0.85% 0.62% -
XYZ 7.91 3.83 32.22 -
YUV 47.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 54 23 157 0.66 0.85 0 0.38 253.88 0.74 0.35
Hex 36 17 9D 42 55 0 26 FE 4A 23
Octal 66 27 235 102 125 0 46 376 112 43
Binary 110110 10111 10011101 1000010 1010101 0 100110 11111110 1001010 100011

Color Harmonies of #36179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36179D

Black with #36179D

Text Example


Text Example

White with #36179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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