#210B81

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

Shades of Persian Indigo #210B81

Tints of Persian Indigo #210B81

Color information

#210B81 (or 0x210B81) is unknown color: approx Persian Indigo. HEX triplet: 21, 0B and 81. RGB value is (33,11,129). Sum of RGB (Red+Green+Blue) = 33+11+129=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #210B81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B81 is #DEF47E. Grayscale: #1E1E1E. Windows color (decimal): -14611583 or 8456993. OLE color: 8456993.

HSL color Cylindrical-coordinate representation of color #210B81: hue angle of 251.19º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210B81 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3311129-
CMYK0.740.9100.49
HSL251.19º84.29%27.45%-
HSV(B)251.19º91.47%50.59%-
XYZ4.712.1520.94-
YUV31.03183.29129.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 129 (50.78% from 255) = 74.57%
R=19.08%
G=6.36%
B=74.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33111290.740.9100.49251.1984.2927.45
Hex21B814A5B031fb541b
Octal411320111213306137312433
Binary10000110111000000110010101011011011000111111011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,129); }

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

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

 a { background-color: rgb(33,11,129); }

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

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

 span { border-color: rgb(33,11,129); }

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