Html Css Color HEX #36208C Persian Indigo

📋 copy color: '#36208C'

red 54 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #36208C

Tints of Persian Indigo #36208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 23.89%
G = 14.16%
B = 61.95%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36208C (or 0x36208C) is known color: Persian Indigo. HEX triplet: 36, 20 and 8C. RGB value is (54,32,140). Sum of RGB (Red+Green+Blue) = 54+32+140=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #36208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36208C is #C9DF73. Grayscale: #323232. Windows color (decimal): -13229940 or 9183286. OLE color: 9183286.

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

Color convert

RGB 54 32 140 -
CMYK 0.61 0.77 0 0.45
HSL 252.22º 0.63% 0.34% -
HSV(B) 252.22º 0.77% 0.55% -
XYZ 6.77 3.71 25.17 -
YUV 50.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 54 32 140 0.61 0.77 0 0.45 252.22 0.63 0.34
Hex 36 20 8C 3D 4D 0 2D FC 3F 22
Octal 66 40 214 75 115 0 55 374 77 42
Binary 110110 100000 10001100 111101 1001101 0 101101 11111100 111111 100010

Color Harmonies of #36208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36208C

Black with #36208C

Text Example


Text Example

White with #36208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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