#200266

Color #200266 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #200266

Tints of Persian Indigo #200266

Color information

#200266 (or 0x200266) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 66. RGB value is (32,2,102). Sum of RGB (Red+Green+Blue) = 32+2+102=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #200266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200266 is #DFFD99. Grayscale: #161616. Windows color (decimal): -14679450 or 6685216. OLE color: 6685216.

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

Color convert

RGB322102-
CMYK0.690.9800.6
HSL258º96.15%20.39%-
HSV(B)258º98.04%40%-
XYZ3.021.3112.66-
YUV22.37172.94134.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.53%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 102 (40.23% from 255) = 75%
R=23.53%
G=1.47%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3221020.690.9800.625896.1520.39
Hex20266456203C1026014
Octal40214610514207440214024
Binary100000101100110100010111000100111100100000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200266; }

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

 H1.HeaderClassName
 {
   color: #200266;
 }
 .AnyTagClassName
 {
   color: #200266;
 }
</style>
background-color css

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

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

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

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

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

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