#210182

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

Shades of Persian Indigo #210182

Tints of Persian Indigo #210182

Color information

#210182 (or 0x210182) is unknown color: approx Persian Indigo. HEX triplet: 21, 01 and 82. RGB value is (33,1,130). Sum of RGB (Red+Green+Blue) = 33+1+130=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 130 (51.17% from 255 or 79.27% from 164); Max value from RGB is 130 - color contains mainly: blue. Hex color #210182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210182 is #DEFE7D. Grayscale: #181818. Windows color (decimal): -14614142 or 8519969. OLE color: 8519969.

HSL color Cylindrical-coordinate representation of color #210182: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210182 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB331130-
CMYK0.750.9900.49
HSL254.88º98.47%25.69%-
HSV(B)254.88º99.23%50.98%-
XYZ4.671.9621.25-
YUV25.27187.1133.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 130 (51.17% from 255) = 79.27%
R=20.12%
G=0.61%
B=79.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3311300.750.9900.49254.8898.4725.69
Hex211824B63031ff621a
Octal41120211314306137714232
Binary10000111000001010010111100011011000111111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210182; }

 p { color: rgb(33,1,130); }

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

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

 a { background-color: rgb(33,1,130); }

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

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

 span { border-color: rgb(33,1,130); }

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