#200262

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

Shades of Persian Indigo #200262

Tints of Persian Indigo #200262

Color information

#200262 (or 0x200262) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 62. RGB value is (32,2,98). Sum of RGB (Red+Green+Blue) = 32+2+98=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #200262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200262 is #DFFD9D. Grayscale: #151515. Windows color (decimal): -14679454 or 6423072. OLE color: 6423072.

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

Color convert

RGB32298-
CMYK0.670.9800.62
HSL258.75º96%19.61%-
HSV(B)258.75º97.96%38.43%-
XYZ2.821.2311.64-
YUV21.91170.94135.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=24.24%
G=1.52%
B=74.24%

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
Decimal322980.670.9800.62258.759619.61
Hex20262436203E1036014
Octal40214210314207640314024
Binary100000101100010100001111000100111110100000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200262; }

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

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

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

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

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

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

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

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