#210770

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

Shades of Persian Indigo #210770

Tints of Persian Indigo #210770

Color information

#210770 (or 0x210770) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 70. RGB value is (33,7,112). Sum of RGB (Red+Green+Blue) = 33+7+112=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #210770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210770 is #DEF88F. Grayscale: #1A1A1A. Windows color (decimal): -14612624 or 7341857. OLE color: 7341857.

HSL color Cylindrical-coordinate representation of color #210770: hue angle of 254.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210770 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB337112-
CMYK0.710.9400.56
HSL254.86º88.24%23.33%-
HSV(B)254.86º93.75%43.92%-
XYZ3.631.6515.46-
YUV26.74176.11132.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=21.71%
G=4.61%
B=73.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3371120.710.9400.56254.8688.2423.33
Hex21770475E038ff5817
Octal41716010713607037713027
Binary100001111111000010001111011110011100011111111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210770; }

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

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

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

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

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

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

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

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