Html Css Color HEX #200063 Persian Indigo

📋 copy color: '#200063'

red 32 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #200063

Tints of Persian Indigo #200063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 75.57%

R = 24.43%
G = 0%
B = 75.57%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200063 (or 0x200063) is known color: Persian Indigo. HEX triplet: 20, 00 and 63. RGB value is (32,0,99). Sum of RGB (Red+Green+Blue) = 32+0+99=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #200063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200063 is #DFFF9C. Grayscale: #141414. Windows color (decimal): -14679965 or 6488096. OLE color: 6488096.

HSL color Cylindrical-coordinate representation of color #200063: hue angle of 259.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200063 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 0 99 -
CMYK 0.68 1 0 0.61
HSL 259.39º 1% 0.19% -
HSV(B) 259.39º 1% 0.39% -
XYZ 2.85 1.21 11.89 -
YUV 20.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 32 0 99 0.68 1 0 0.61 259.39 1 0.19
Hex 20 0 63 44 64 0 3D 103 64 13
Octal 40 0 143 104 144 0 75 403 144 23
Binary 100000 0 1100011 1000100 1100100 0 111101 100000011 1100100 10011

Color Harmonies of #200063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200063

Black with #200063

Text Example


Text Example

White with #200063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200063; }

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

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

background-color css

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

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

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

border-color css

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

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

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