#21075E

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

Shades of Persian Indigo #21075E

Tints of Persian Indigo #21075E

Color information

#21075E (or 0x21075E) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 5E. RGB value is (33,7,94). Sum of RGB (Red+Green+Blue) = 33+7+94=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #21075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21075E is #DEF8A1. Grayscale: #181818. Windows color (decimal): -14612642 or 6162209. OLE color: 6162209.

HSL color Cylindrical-coordinate representation of color #21075E: hue angle of 257.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21075E is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33794-
CMYK0.650.9300.63
HSL257.93º86.14%19.8%-
HSV(B)257.93º92.55%36.86%-
XYZ2.721.2810.69-
YUV24.69167.11133.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 94 (37.11% from 255) = 70.15%
R=24.63%
G=5.22%
B=70.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal337940.650.9300.63257.9386.1419.8
Hex2175E415D03F1025614
Octal41713610113507740212624
Binary1000011111011110100000110111010111111100000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21075E; }

 p { color: rgb(33,7,94); }

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

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

 a { background-color: rgb(33,7,94); }

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

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

 span { border-color: rgb(33,7,94); }

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