Html Css Color HEX #200463 Persian Indigo

📋 copy color: '#200463'

red 32 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #200463

Tints of Persian Indigo #200463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 23.7%
G = 2.96%
B = 73.33%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200463 (or 0x200463) is known color: Persian Indigo. HEX triplet: 20, 04 and 63. RGB value is (32,4,99). Sum of RGB (Red+Green+Blue) = 32+4+99=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #200463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200463 is #DFFB9C. Grayscale: #161616. Windows color (decimal): -14678941 or 6489120. OLE color: 6489120.

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

Color convert

RGB 32 4 99 -
CMYK 0.68 0.96 0 0.61
HSL 257.68º 0.92% 0.2% -
HSV(B) 257.68º 0.96% 0.39% -
XYZ 2.89 1.29 11.9 -
YUV 23.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 32 4 99 0.68 0.96 0 0.61 257.68 0.92 0.2
Hex 20 4 63 44 60 0 3D 102 5C 14
Octal 40 4 143 104 140 0 75 402 134 24
Binary 100000 100 1100011 1000100 1100000 0 111101 100000010 1011100 10100

Color Harmonies of #200463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200463

Black with #200463

Text Example


Text Example

White with #200463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200463; }

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

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

background-color css

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

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

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

border-color css

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

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

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