#210379

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

Shades of Persian Indigo #210379

Tints of Persian Indigo #210379

Color information

#210379 (or 0x210379) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 79. RGB value is (33,3,121). Sum of RGB (Red+Green+Blue) = 33+3+121=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #210379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210379 is #DEFC86. Grayscale: #181818. Windows color (decimal): -14613639 or 7930657. OLE color: 7930657.

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

Color convert

RGB333121-
CMYK0.730.9800.53
HSL255.25º95.16%24.31%-
HSV(B)255.25º97.52%47.45%-
XYZ4.111.7718.21-
YUV25.42181.94133.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 121 (47.66% from 255) = 77.07%
R=21.02%
G=1.91%
B=77.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3331210.730.9800.53255.2595.1624.31
Hex213794962035ff5f18
Octal41317111114206537713730
Binary10000111111100110010011100010011010111111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210379; }

 p { color: rgb(33,3,121); }

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

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

 a { background-color: rgb(33,3,121); }

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

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

 span { border-color: rgb(33,3,121); }

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