Html Css Color HEX #36119F Persian Indigo

📋 copy color: '#36119F'

red 54 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #36119F

Tints of Persian Indigo #36119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 23.48%
G = 7.39%
B = 69.13%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36119F (or 0x36119F) is known color: Persian Indigo. HEX triplet: 36, 11 and 9F. RGB value is (54,17,159). Sum of RGB (Red+Green+Blue) = 54+17+159=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #36119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36119F is #C9EE60. Grayscale: #2B2B2B. Windows color (decimal): -13233761 or 10424630. OLE color: 10424630.

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

Color convert

RGB 54 17 159 -
CMYK 0.66 0.89 0 0.38
HSL 255.63º 0.81% 0.35% -
HSV(B) 255.63º 0.89% 0.62% -
XYZ 7.98 3.69 33.09 -
YUV 44.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 54 17 159 0.66 0.89 0 0.38 255.63 0.81 0.35
Hex 36 11 9F 42 59 0 26 100 51 23
Octal 66 21 237 102 131 0 46 400 121 43
Binary 110110 10001 10011111 1000010 1011001 0 100110 100000000 1010001 100011

Color Harmonies of #36119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36119F

Black with #36119F

Text Example


Text Example

White with #36119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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