#210364

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

Shades of Persian Indigo #210364

Tints of Persian Indigo #210364

Color information

#210364 (or 0x210364) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 64. RGB value is (33,3,100). Sum of RGB (Red+Green+Blue) = 33+3+100=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #210364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210364 is #DEFC9B. Grayscale: #161616. Windows color (decimal): -14613660 or 6554401. OLE color: 6554401.

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

Color convert

RGB333100-
CMYK0.670.9700.61
HSL258.56º94.17%20.2%-
HSV(B)258.56º97%39.22%-
XYZ2.961.3112.15-
YUV23.03171.44135.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 100 (39.45% from 255) = 73.53%
R=24.26%
G=2.21%
B=73.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3331000.670.9700.61258.5694.1720.2
Hex21364436103D1035e14
Octal41314410314107540313624
Binary100001111100100100001111000010111101100000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210364; }

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

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

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

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

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

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

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

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