Html Css Color HEX #20097C Persian Indigo

📋 copy color: '#20097C'

red 32 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #20097C

Tints of Persian Indigo #20097C

RGB

 RED value IS 32 (12.89% from 255) = 19.39%

 GREEN value IS 9 (3.91% from 255) = 5.45%

 BLUE value IS 124 (48.83% from 255) = 75.15%

R = 19.39%
G = 5.45%
B = 75.15%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20097C (or 0x20097C) is known color: Persian Indigo. HEX triplet: 20, 09 and 7C. RGB value is (32,9,124). Sum of RGB (Red+Green+Blue) = 32+9+124=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #20097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20097C is #DFF683. Grayscale: #1C1C1C. Windows color (decimal): -14677636 or 8128800. OLE color: 8128800.

HSL color Cylindrical-coordinate representation of color #20097C: hue angle of 252º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20097C is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 9 124 -
CMYK 0.74 0.93 0 0.51
HSL 252º 0.86% 0.26% -
HSV(B) 252º 0.93% 0.49% -
XYZ 4.33 1.96 19.22 -
YUV 28.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 32 9 124 0.74 0.93 0 0.51 252 0.86 0.26
Hex 20 9 7C 4A 5D 0 33 FC 56 1A
Octal 40 11 174 112 135 0 63 374 126 32
Binary 100000 1001 1111100 1001010 1011101 0 110011 11111100 1010110 11010

Color Harmonies of #20097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20097C

Black with #20097C

Text Example


Text Example

White with #20097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,9,124); }

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

background-color css

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

 a { background-color: rgb(32,9,124); }

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

border-color css

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

 span { border-color: rgb(32,9,124); }

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