#210D7F

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

Shades of Persian Indigo #210D7F

Tints of Persian Indigo #210D7F

Color information

#210D7F (or 0x210D7F) is unknown color: approx Persian Indigo. HEX triplet: 21, 0D and 7F. RGB value is (33,13,127). Sum of RGB (Red+Green+Blue) = 33+13+127=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #210D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D7F is #DEF280. Grayscale: #1F1F1F. Windows color (decimal): -14611073 or 8326433. OLE color: 8326433.

HSL color Cylindrical-coordinate representation of color #210D7F: hue angle of 250.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210D7F is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3313127-
CMYK0.740.9000.50
HSL250.53º81.43%27.45%-
HSV(B)250.53º89.76%49.8%-
XYZ4.62.1420.25-
YUV31.98181.63128.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 127 (50% from 255) = 73.41%
R=19.08%
G=7.51%
B=73.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33131270.740.9000.50250.5381.4327.45
Hex21D7F4A5A032fb511b
Octal411517711213206237312133
Binary1000011101111111110010101011010011001011111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210D7F; }

 p { color: rgb(33,13,127); }

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

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

 a { background-color: rgb(33,13,127); }

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

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

 span { border-color: rgb(33,13,127); }

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