Html Css Color HEX #36179F Persian Indigo

📋 copy color: '#36179F'

red 54 ◦ green 23 ◦ blue 159

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

Shades of Persian Indigo #36179F

Tints of Persian Indigo #36179F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.37%

R = 22.88%
G = 9.75%
B = 67.37%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36179F (or 0x36179F) is known color: Persian Indigo. HEX triplet: 36, 17 and 9F. RGB value is (54,23,159). Sum of RGB (Red+Green+Blue) = 54+23+159=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #36179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36179F is #C9E860. Grayscale: #2F2F2F. Windows color (decimal): -13232225 or 10426166. OLE color: 10426166.

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

Color convert

RGB 54 23 159 -
CMYK 0.66 0.86 0 0.38
HSL 253.68º 0.75% 0.36% -
HSV(B) 253.68º 0.86% 0.62% -
XYZ 8.09 3.9 33.13 -
YUV 47.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 54 23 159 0.66 0.86 0 0.38 253.68 0.75 0.36
Hex 36 17 9F 42 56 0 26 FE 4B 24
Octal 66 27 237 102 126 0 46 376 113 44
Binary 110110 10111 10011111 1000010 1010110 0 100110 11111110 1001011 100100

Color Harmonies of #36179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36179F

Black with #36179F

Text Example


Text Example

White with #36179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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