Html Css Color HEX #36158B Persian Indigo

📋 copy color: '#36158B'

red 54 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #36158B

Tints of Persian Indigo #36158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 25.23%
G = 9.81%
B = 64.95%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36158B (or 0x36158B) is known color: Persian Indigo. HEX triplet: 36, 15 and 8B. RGB value is (54,21,139). Sum of RGB (Red+Green+Blue) = 54+21+139=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #36158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36158B is #C9EA74. Grayscale: #2B2B2B. Windows color (decimal): -13232757 or 9114934. OLE color: 9114934.

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

Color convert

RGB 54 21 139 -
CMYK 0.61 0.85 0 0.45
HSL 256.78º 0.74% 0.31% -
HSV(B) 256.78º 0.85% 0.55% -
XYZ 6.45 3.18 24.7 -
YUV 44.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 54 21 139 0.61 0.85 0 0.45 256.78 0.74 0.31
Hex 36 15 8B 3D 55 0 2D 101 4A 1F
Octal 66 25 213 75 125 0 55 401 112 37
Binary 110110 10101 10001011 111101 1010101 0 101101 100000001 1001010 11111

Color Harmonies of #36158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36158B

Black with #36158B

Text Example


Text Example

White with #36158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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