#210469

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

Shades of Persian Indigo #210469

Tints of Persian Indigo #210469

Color information

#210469 (or 0x210469) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 69. RGB value is (33,4,105). Sum of RGB (Red+Green+Blue) = 33+4+105=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #210469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210469 is #DEFB96. Grayscale: #171717. Windows color (decimal): -14613399 or 6882337. OLE color: 6882337.

HSL color Cylindrical-coordinate representation of color #210469: hue angle of 257.23º 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 #210469 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB334105-
CMYK0.690.9600.59
HSL257.23º92.66%21.37%-
HSV(B)257.23º96.19%41.18%-
XYZ3.221.4313.47-
YUV24.18173.61134.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=23.24%
G=2.82%
B=73.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3341050.690.9600.59257.2392.6621.37
Hex21469456003B1015d15
Octal41415110514007340113525
Binary1000011001101001100010111000000111011100000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210469; }

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

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

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

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

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

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

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

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