#210677

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

Shades of Persian Indigo #210677

Tints of Persian Indigo #210677

Color information

#210677 (or 0x210677) is unknown color: approx Persian Indigo. HEX triplet: 21, 06 and 77. RGB value is (33,6,119). Sum of RGB (Red+Green+Blue) = 33+6+119=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #210677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210677 is #DEF988. Grayscale: #1A1A1A. Windows color (decimal): -14612873 or 7800353. OLE color: 7800353.

HSL color Cylindrical-coordinate representation of color #210677: hue angle of 254.34º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210677 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB336119-
CMYK0.720.9500.53
HSL254.34º90.4%24.51%-
HSV(B)254.34º94.96%46.67%-
XYZ4.021.7917.59-
YUV26.96179.95132.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=20.89%
G=3.80%
B=75.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3361190.720.9500.53254.3490.424.51
Hex21677485F035fe5a19
Octal41616711013706537613231
Binary100001110111011110010001011111011010111111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210677; }

 p { color: rgb(33,6,119); }

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

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

 a { background-color: rgb(33,6,119); }

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

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

 span { border-color: rgb(33,6,119); }

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