Html Css Color HEX #36158C Persian Indigo

📋 copy color: '#36158C'

red 54 ◦ green 21 ◦ blue 140

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

Shades of Persian Indigo #36158C

Tints of Persian Indigo #36158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.12%

R = 25.12%
G = 9.77%
B = 65.12%

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

#36158C (or 0x36158C) is known color: Persian Indigo. HEX triplet: 36, 15 and 8C. RGB value is (54,21,140). Sum of RGB (Red+Green+Blue) = 54+21+140=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #36158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36158C is #C9EA73. Grayscale: #2B2B2B. Windows color (decimal): -13232756 or 9180470. OLE color: 9180470.

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

Color convert

RGB 54 21 140 -
CMYK 0.61 0.85 0 0.45
HSL 256.64º 0.74% 0.32% -
HSV(B) 256.64º 0.85% 0.55% -
XYZ 6.52 3.21 25.09 -
YUV 44.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 54 21 140 0.61 0.85 0 0.45 256.64 0.74 0.32
Hex 36 15 8C 3D 55 0 2D 101 4A 20
Octal 66 25 214 75 125 0 55 401 112 40
Binary 110110 10101 10001100 111101 1010101 0 101101 100000001 1001010 100000

Color Harmonies of #36158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36158C

Black with #36158C

Text Example


Text Example

White with #36158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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