#210A61

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

Shades of Persian Indigo #210A61

Tints of Persian Indigo #210A61

Color information

#210A61 (or 0x210A61) is unknown color: approx Persian Indigo. HEX triplet: 21, 0A and 61. RGB value is (33,10,97). Sum of RGB (Red+Green+Blue) = 33+10+97=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #210A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A61 is #DEF59E. Grayscale: #1A1A1A. Windows color (decimal): -14611871 or 6359585. OLE color: 6359585.

HSL color Cylindrical-coordinate representation of color #210A61: hue angle of 255.86º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210A61 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB331097-
CMYK0.660.9000.62
HSL255.86º81.31%20.98%-
HSV(B)255.86º89.69%38.04%-
XYZ2.891.411.43-
YUV26.8167.62132.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=23.57%
G=7.14%
B=69.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3310970.660.9000.62255.8681.3120.98
Hex21A61425A03E1005115
Octal411214110213207640012125
Binary10000110101100001100001010110100111110100000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,10,97); }

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

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

 a { background-color: rgb(33,10,97); }

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

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

 span { border-color: rgb(33,10,97); }

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