Html Css Color HEX #200A7C Persian Indigo

📋 copy color: '#200A7C'

red 32 ◦ green 10 ◦ blue 124

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

Shades of Persian Indigo #200A7C

Tints of Persian Indigo #200A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.02%

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

R = 19.28%
G = 6.02%
B = 74.7%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#200A7C (or 0x200A7C) is known color: Persian Indigo. HEX triplet: 20, 0A and 7C. RGB value is (32,10,124). Sum of RGB (Red+Green+Blue) = 32+10+124=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #200A7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A7C is #DFF583. Grayscale: #1D1D1D. Windows color (decimal): -14677380 or 8129056. OLE color: 8129056.

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

Color convert

RGB 32 10 124 -
CMYK 0.74 0.92 0 0.51
HSL 251.58º 0.85% 0.26% -
HSV(B) 251.58º 0.92% 0.49% -
XYZ 4.34 1.98 19.22 -
YUV 29.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 32 10 124 0.74 0.92 0 0.51 251.58 0.85 0.26
Hex 20 A 7C 4A 5C 0 33 FC 55 1A
Octal 40 12 174 112 134 0 63 374 125 32
Binary 100000 1010 1111100 1001010 1011100 0 110011 11111100 1010101 11010

Color Harmonies of #200A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A7C

Black with #200A7C

Text Example


Text Example

White with #200A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200A7C; }

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

 H1.HeaderClassName
 {
   color: #200A7C;
 }
 .AnyTagClassName
 {
   color: #200A7C;
 }
</style>

background-color css

<style>
 a { background-color: #200A7C; }

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

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

border-color css

<style>
 span { border-color: #200A7C; }

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

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