#210878

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

Shades of Persian Indigo #210878

Tints of Persian Indigo #210878

Color information

#210878 (or 0x210878) is unknown color: approx Persian Indigo. HEX triplet: 21, 08 and 78. RGB value is (33,8,120). Sum of RGB (Red+Green+Blue) = 33+8+120=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #210878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210878 is #DEF787. Grayscale: #1B1B1B. Windows color (decimal): -14612360 or 7866401. OLE color: 7866401.

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

Color convert

RGB338120-
CMYK0.720.9300.53
HSL253.39º87.5%25.1%-
HSV(B)253.39º93.33%47.06%-
XYZ4.11.8517.91-
YUV28.24179.78131.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 120 (47.27% from 255) = 74.53%
R=20.50%
G=4.97%
B=74.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3381200.720.9300.53253.3987.525.1
Hex21878485D035fd5819
Octal411017011013506537513031
Binary1000011000111100010010001011101011010111111101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210878; }

 p { color: rgb(33,8,120); }

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

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

 a { background-color: rgb(33,8,120); }

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

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

 span { border-color: rgb(33,8,120); }

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