Html Css Color HEX #200073 Persian Indigo

📋 copy color: '#200073'

red 32 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #200073

Tints of Persian Indigo #200073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 78.23%

R = 21.77%
G = 0%
B = 78.23%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200073 (or 0x200073) is known color: Persian Indigo. HEX triplet: 20, 00 and 73. RGB value is (32,0,115). Sum of RGB (Red+Green+Blue) = 32+0+115=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #200073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200073 is #DFFF8C. Grayscale: #161616. Windows color (decimal): -14679949 or 7536672. OLE color: 7536672.

HSL color Cylindrical-coordinate representation of color #200073: hue angle of 256.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200073 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 0 115 -
CMYK 0.72 1 0 0.55
HSL 256.7º 1% 0.23% -
HSV(B) 256.7º 1% 0.45% -
XYZ 3.69 1.54 16.32 -
YUV 22.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 32 0 115 0.72 1 0 0.55 256.7 1 0.23
Hex 20 0 73 48 64 0 37 101 64 17
Octal 40 0 163 110 144 0 67 401 144 27
Binary 100000 0 1110011 1001000 1100100 0 110111 100000001 1100100 10111

Color Harmonies of #200073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200073

Black with #200073

Text Example


Text Example

White with #200073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200073; }

 p { color: rgb(32,0,115); }

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

background-color css

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

 a { background-color: rgb(32,0,115); }

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

border-color css

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

 span { border-color: rgb(32,0,115); }

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