#21065D

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

Shades of Persian Indigo #21065D

Tints of Persian Indigo #21065D

Color information

#21065D (or 0x21065D) is unknown color: approx Persian Indigo. HEX triplet: 21, 06 and 5D. RGB value is (33,6,93). Sum of RGB (Red+Green+Blue) = 33+6+93=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #21065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21065D is #DEF9A2. Grayscale: #171717. Windows color (decimal): -14612899 or 6096417. OLE color: 6096417.

HSL color Cylindrical-coordinate representation of color #21065D: hue angle of 258.62º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21065D is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB33693-
CMYK0.650.9400.64
HSL258.62º87.88%19.41%-
HSV(B)258.62º93.55%36.47%-
XYZ2.671.2410.46-
YUV23.99166.95134.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=25%
G=4.55%
B=70.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal336930.650.9400.64258.6287.8819.41
Hex2165D415E0401035813
Octal416135101136010040313023
Binary10000111010111011000001101111001000000100000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21065D; }

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

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

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

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

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

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

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

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