#210B7A

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

Shades of Persian Indigo #210B7A

Tints of Persian Indigo #210B7A

Color information

#210B7A (or 0x210B7A) is unknown color: approx Persian Indigo. HEX triplet: 21, 0B and 7A. RGB value is (33,11,122). Sum of RGB (Red+Green+Blue) = 33+11+122=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #210B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B7A is #DEF485. Grayscale: #1D1D1D. Windows color (decimal): -14611590 or 7998241. OLE color: 7998241.

HSL color Cylindrical-coordinate representation of color #210B7A: hue angle of 251.89º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210B7A is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3311122-
CMYK0.730.9100.52
HSL251.89º83.46%26.08%-
HSV(B)251.89º90.98%47.84%-
XYZ4.261.9718.57-
YUV30.23179.79129.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=19.88%
G=6.63%
B=73.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33111220.730.9100.52251.8983.4626.08
Hex21B7A495B034fc531a
Octal411317211113306437412332
Binary1000011011111101010010011011011011010011111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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