Html Css Color HEX #200663 Persian Indigo

📋 copy color: '#200663'

red 32 ◦ green 6 ◦ blue 99

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

Shades of Persian Indigo #200663

Tints of Persian Indigo #200663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

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

R = 23.36%
G = 4.38%
B = 72.26%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200663 (or 0x200663) is known color: Persian Indigo. HEX triplet: 20, 06 and 63. RGB value is (32,6,99). Sum of RGB (Red+Green+Blue) = 32+6+99=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #200663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200663 is #DFF99C. Grayscale: #181818. Windows color (decimal): -14678429 or 6489632. OLE color: 6489632.

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

Color convert

RGB 32 6 99 -
CMYK 0.68 0.94 0 0.61
HSL 256.77º 0.89% 0.21% -
HSV(B) 256.77º 0.94% 0.39% -
XYZ 2.91 1.34 11.91 -
YUV 24.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 32 6 99 0.68 0.94 0 0.61 256.77 0.89 0.21
Hex 20 6 63 44 5E 0 3D 101 59 15
Octal 40 6 143 104 136 0 75 401 131 25
Binary 100000 110 1100011 1000100 1011110 0 111101 100000001 1011001 10101

Color Harmonies of #200663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200663

Black with #200663

Text Example


Text Example

White with #200663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200663; }

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

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

background-color css

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

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

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

border-color css

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

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

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