#200469

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

Shades of Persian Indigo #200469

Tints of Persian Indigo #200469

Color information

#200469 (or 0x200469) is unknown color: approx Persian Indigo. HEX triplet: 20, 04 and 69. RGB value is (32,4,105). Sum of RGB (Red+Green+Blue) = 32+4+105=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #200469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200469 is #DFFB96. Grayscale: #171717. Windows color (decimal): -14678935 or 6882336. OLE color: 6882336.

HSL color Cylindrical-coordinate representation of color #200469: hue angle of 256.63º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200469 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB324105-
CMYK0.700.9600.59
HSL256.63º92.66%21.37%-
HSV(B)256.63º96.19%41.18%-
XYZ3.191.4113.47-
YUV23.89173.78133.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 105 (41.41% from 255) = 74.47%
R=22.70%
G=2.84%
B=74.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3241050.700.9600.59256.6392.6621.37
Hex20469466003B1015d15
Octal40415110614007340113525
Binary1000001001101001100011011000000111011100000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200469; }

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

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

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

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

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

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

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

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