#210360

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

Shades of Persian Indigo #210360

Tints of Persian Indigo #210360

Color information

#210360 (or 0x210360) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 60. RGB value is (33,3,96). Sum of RGB (Red+Green+Blue) = 33+3+96=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #210360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210360 is #DEFC9F. Grayscale: #161616. Windows color (decimal): -14613664 or 6292257. OLE color: 6292257.

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

Color convert

RGB33396-
CMYK0.660.9700.62
HSL259.35º93.94%19.41%-
HSV(B)259.35º96.88%37.65%-
XYZ2.771.2311.16-
YUV22.57169.44135.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=25%
G=2.27%
B=72.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal333960.660.9700.62259.3593.9419.41
Hex21360426103E1035e13
Octal41314010214107640313623
Binary100001111100000100001011000010111110100000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210360; }

 p { color: rgb(33,3,96); }

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

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

 a { background-color: rgb(33,3,96); }

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

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

 span { border-color: rgb(33,3,96); }

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