Html Css Color HEX #200363 Persian Indigo

📋 copy color: '#200363'

red 32 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #200363

Tints of Persian Indigo #200363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 23.88%
G = 2.24%
B = 73.88%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200363 (or 0x200363) is known color: Persian Indigo. HEX triplet: 20, 03 and 63. RGB value is (32,3,99). Sum of RGB (Red+Green+Blue) = 32+3+99=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #200363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200363 is #DFFC9C. Grayscale: #161616. Windows color (decimal): -14679197 or 6488864. OLE color: 6488864.

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

Color convert

RGB 32 3 99 -
CMYK 0.68 0.97 0 0.61
HSL 258.13º 0.94% 0.2% -
HSV(B) 258.13º 0.97% 0.39% -
XYZ 2.88 1.27 11.9 -
YUV 22.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 32 3 99 0.68 0.97 0 0.61 258.13 0.94 0.2
Hex 20 3 63 44 61 0 3D 102 5E 14
Octal 40 3 143 104 141 0 75 402 136 24
Binary 100000 11 1100011 1000100 1100001 0 111101 100000010 1011110 10100

Color Harmonies of #200363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200363

Black with #200363

Text Example


Text Example

White with #200363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200363; }

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

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

background-color css

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

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

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

border-color css

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

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

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