#200260

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

Shades of Persian Indigo #200260

Tints of Persian Indigo #200260

Color information

#200260 (or 0x200260) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 60. RGB value is (32,2,96). Sum of RGB (Red+Green+Blue) = 32+2+96=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #200260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200260 is #DFFD9F. Grayscale: #151515. Windows color (decimal): -14679456 or 6292000. OLE color: 6292000.

HSL color Cylindrical-coordinate representation of color #200260: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200260 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32296-
CMYK0.670.9800.62
HSL259.15º95.92%19.22%-
HSV(B)259.15º97.92%37.65%-
XYZ2.731.211.15-
YUV21.69169.94135.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 96 (37.89% from 255) = 73.85%
R=24.62%
G=1.54%
B=73.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal322960.670.9800.62259.1595.9219.22
Hex20260436203E1036013
Octal40214010314207640314023
Binary100000101100000100001111000100111110100000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200260; }

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

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

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

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

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

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

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

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