Html Css Color HEX #36118B Persian Indigo

📋 copy color: '#36118B'

red 54 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #36118B

Tints of Persian Indigo #36118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 25.71%
G = 8.1%
B = 66.19%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36118B (or 0x36118B) is known color: Persian Indigo. HEX triplet: 36, 11 and 8B. RGB value is (54,17,139). Sum of RGB (Red+Green+Blue) = 54+17+139=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #36118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36118B is #C9EE74. Grayscale: #292929. Windows color (decimal): -13233781 or 9113910. OLE color: 9113910.

HSL color Cylindrical-coordinate representation of color #36118B: hue angle of 258.2º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36118B is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 17 139 -
CMYK 0.61 0.88 0 0.45
HSL 258.2º 0.78% 0.31% -
HSV(B) 258.2º 0.88% 0.55% -
XYZ 6.38 3.05 24.68 -
YUV 41.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 54 17 139 0.61 0.88 0 0.45 258.2 0.78 0.31
Hex 36 11 8B 3D 58 0 2D 102 4E 1F
Octal 66 21 213 75 130 0 55 402 116 37
Binary 110110 10001 10001011 111101 1011000 0 101101 100000010 1001110 11111

Color Harmonies of #36118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36118B

Black with #36118B

Text Example


Text Example

White with #36118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36118B; }

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

 H1.HeaderClassName
 {
   color: #36118B;
 }
 .AnyTagClassName
 {
   color: #36118B;
 }
</style>

background-color css

<style>
 a { background-color: #36118B; }

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

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

border-color css

<style>
 span { border-color: #36118B; }

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

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