#421082

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

Shades of Persian Indigo #421082

Tints of Persian Indigo #421082

Color information

#421082 (or 0x421082) is unknown color: approx Persian Indigo. HEX triplet: 42, 10 and 82. RGB value is (66,16,130). Sum of RGB (Red+Green+Blue) = 66+16+130=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #421082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421082 is #BDEF7D. Grayscale: #2B2B2B. Windows color (decimal): -12447614 or 8523842. OLE color: 8523842.

HSL color Cylindrical-coordinate representation of color #421082: hue angle of 266.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421082 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6616130-
CMYK0.490.8800.49
HSL266.32º78.08%28.63%-
HSV(B)266.32º87.69%50.98%-
XYZ6.463.1421.38-
YUV43.95176.56143.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=31.13%
G=7.55%
B=61.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66161300.490.8800.49266.3278.0828.63
Hex421082315803110a4e1d
Octal102202026113006141211635
Binary1000010100001000001011000110110000110001100001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421082; }

 p { color: rgb(66,16,130); }

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

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

 a { background-color: rgb(66,16,130); }

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

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

 span { border-color: rgb(66,16,130); }

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