Html Css Color HEX #36137F Persian Indigo

📋 copy color: '#36137F'

red 54 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #36137F

Tints of Persian Indigo #36137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 27%
G = 9.5%
B = 63.5%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36137F (or 0x36137F) is known color: Persian Indigo. HEX triplet: 36, 13 and 7F. RGB value is (54,19,127). Sum of RGB (Red+Green+Blue) = 54+19+127=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #36137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36137F is #C9EC80. Grayscale: #292929. Windows color (decimal): -13233281 or 8327990. OLE color: 8327990.

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

Color convert

RGB 54 19 127 -
CMYK 0.57 0.85 0 0.50
HSL 259.44º 0.74% 0.29% -
HSV(B) 259.44º 0.85% 0.5% -
XYZ 5.58 2.78 20.32 -
YUV 41.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 54 19 127 0.57 0.85 0 0.50 259.44 0.74 0.29
Hex 36 13 7F 39 55 0 32 103 4A 1D
Octal 66 23 177 71 125 0 62 403 112 35
Binary 110110 10011 1111111 111001 1010101 0 110010 100000011 1001010 11101

Color Harmonies of #36137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36137F

Black with #36137F

Text Example


Text Example

White with #36137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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