#42108A

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

Shades of Persian Indigo #42108A

Tints of Persian Indigo #42108A

Color information

#42108A (or 0x42108A) is unknown color: approx Persian Indigo. HEX triplet: 42, 10 and 8A. RGB value is (66,16,138). Sum of RGB (Red+Green+Blue) = 66+16+138=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #42108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42108A is #BDEF75. Grayscale: #2C2C2C. Windows color (decimal): -12447606 or 9048130. OLE color: 9048130.

HSL color Cylindrical-coordinate representation of color #42108A: hue angle of 264.59º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42108A is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6616138-
CMYK0.520.8800.46
HSL264.59º79.22%30.2%-
HSV(B)264.59º88.41%54.12%-
XYZ7.023.3624.32-
YUV44.86180.56143.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=30%
G=7.27%
B=62.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66161380.520.8800.46264.5979.2230.2
Hex42108A345802E1094f1e
Octal102202126413005641111736
Binary1000010100001000101011010010110000101110100001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42108A; }

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

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

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

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

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

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

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

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