Html Css Color HEX #36187F Persian Indigo

📋 copy color: '#36187F'

red 54 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #36187F

Tints of Persian Indigo #36187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.95%

R = 26.34%
G = 11.71%
B = 61.95%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36187F (or 0x36187F) is known color: Persian Indigo. HEX triplet: 36, 18 and 7F. RGB value is (54,24,127). Sum of RGB (Red+Green+Blue) = 54+24+127=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #36187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36187F is #C9E780. Grayscale: #2C2C2C. Windows color (decimal): -13232001 or 8329270. OLE color: 8329270.

HSL color Cylindrical-coordinate representation of color #36187F: hue angle of 257.48º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36187F is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 24 127 -
CMYK 0.57 0.81 0 0.50
HSL 257.48º 0.68% 0.3% -
HSV(B) 257.48º 0.81% 0.5% -
XYZ 5.68 2.97 20.35 -
YUV 44.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 54 24 127 0.57 0.81 0 0.50 257.48 0.68 0.3
Hex 36 18 7F 39 51 0 32 101 44 1E
Octal 66 30 177 71 121 0 62 401 104 36
Binary 110110 11000 1111111 111001 1010001 0 110010 100000001 1000100 11110

Color Harmonies of #36187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36187F

Black with #36187F

Text Example


Text Example

White with #36187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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