Html Css Color HEX #200466 Persian Indigo

📋 copy color: '#200466'

red 32 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #200466

Tints of Persian Indigo #200466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 73.91%

R = 23.19%
G = 2.9%
B = 73.91%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#200466 (or 0x200466) is known color: Persian Indigo. HEX triplet: 20, 04 and 66. RGB value is (32,4,102). Sum of RGB (Red+Green+Blue) = 32+4+102=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #200466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200466 is #DFFB99. Grayscale: #171717. Windows color (decimal): -14678938 or 6685728. OLE color: 6685728.

HSL color Cylindrical-coordinate representation of color #200466: hue angle of 257.14º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200466 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 4 102 -
CMYK 0.69 0.96 0 0.6
HSL 257.14º 0.92% 0.21% -
HSV(B) 257.14º 0.96% 0.4% -
XYZ 3.04 1.35 12.67 -
YUV 23.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 32 4 102 0.69 0.96 0 0.6 257.14 0.92 0.21
Hex 20 4 66 45 60 0 3C 101 5C 15
Octal 40 4 146 105 140 0 74 401 134 25
Binary 100000 100 1100110 1000101 1100000 0 111100 100000001 1011100 10101

Color Harmonies of #200466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200466

Black with #200466

Text Example


Text Example

White with #200466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200466; }

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

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

background-color css

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

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

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

border-color css

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

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

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