#21035F

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

Shades of Persian Indigo #21035F

Tints of Persian Indigo #21035F

Color information

#21035F (or 0x21035F) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 5F. RGB value is (33,3,95). Sum of RGB (Red+Green+Blue) = 33+3+95=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #21035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21035F is #DEFCA0. Grayscale: #161616. Windows color (decimal): -14613665 or 6226721. OLE color: 6226721.

HSL color Cylindrical-coordinate representation of color #21035F: hue angle of 259.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21035F is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33395-
CMYK0.650.9700.63
HSL259.57º93.88%19.22%-
HSV(B)259.57º96.84%37.25%-
XYZ2.731.2110.92-
YUV22.46168.94135.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 95 (37.5% from 255) = 72.52%
R=25.19%
G=2.29%
B=72.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal333950.650.9700.63259.5793.8819.22
Hex2135F416103F1045e13
Octal41313710114107740413623
Binary100001111011111100000111000010111111100000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21035F; }

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

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

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

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

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

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

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

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