Html Css Color HEX #36209A Persian Indigo

📋 copy color: '#36209A'

red 54 ◦ green 32 ◦ blue 154

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

Shades of Persian Indigo #36209A

Tints of Persian Indigo #36209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.17%

R = 22.5%
G = 13.33%
B = 64.17%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36209A (or 0x36209A) is known color: Persian Indigo. HEX triplet: 36, 20 and 9A. RGB value is (54,32,154). Sum of RGB (Red+Green+Blue) = 54+32+154=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #36209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36209A is #C9DF65. Grayscale: #343434. Windows color (decimal): -13229926 or 10100790. OLE color: 10100790.

HSL color Cylindrical-coordinate representation of color #36209A: hue angle of 250.82º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36209A is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 32 154 -
CMYK 0.65 0.79 0 0.40
HSL 250.82º 0.66% 0.36% -
HSV(B) 250.82º 0.79% 0.6% -
XYZ 7.87 4.15 30.96 -
YUV 52.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 54 32 154 0.65 0.79 0 0.40 250.82 0.66 0.36
Hex 36 20 9A 41 4F 0 28 FB 42 24
Octal 66 40 232 101 117 0 50 373 102 44
Binary 110110 100000 10011010 1000001 1001111 0 101000 11111011 1000010 100100

Color Harmonies of #36209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36209A

Black with #36209A

Text Example


Text Example

White with #36209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36209A; }

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

 H1.HeaderClassName
 {
   color: #36209A;
 }
 .AnyTagClassName
 {
   color: #36209A;
 }
</style>

background-color css

<style>
 a { background-color: #36209A; }

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

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

border-color css

<style>
 span { border-color: #36209A; }

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

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