#210663

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

Shades of Persian Indigo #210663

Tints of Persian Indigo #210663

Color information

#210663 (or 0x210663) is unknown color: approx Persian Indigo. HEX triplet: 21, 06 and 63. RGB value is (33,6,99). Sum of RGB (Red+Green+Blue) = 33+6+99=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #210663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210663 is #DEF99C. Grayscale: #181818. Windows color (decimal): -14612893 or 6489633. OLE color: 6489633.

HSL color Cylindrical-coordinate representation of color #210663: hue angle of 257.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210663 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB33699-
CMYK0.670.9400.61
HSL257.42º88.57%20.59%-
HSV(B)257.42º93.94%38.82%-
XYZ2.941.3511.91-
YUV24.67169.95133.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=23.91%
G=4.35%
B=71.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal336990.670.9400.61257.4288.5720.59
Hex21663435E03D1015915
Octal41614310313607540113125
Binary1000011101100011100001110111100111101100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210663; }

 p { color: rgb(33,6,99); }

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

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

 a { background-color: rgb(33,6,99); }

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

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

 span { border-color: rgb(33,6,99); }

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