#421070

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

Shades of Indigo #421070

Tints of Indigo #421070

Color information

#421070 (or 0x421070) is unknown color: approx Indigo. HEX triplet: 42, 10 and 70. RGB value is (66,16,112). Sum of RGB (Red+Green+Blue) = 66+16+112=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #421070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421070 is #BDEF8F. Grayscale: #292929. Windows color (decimal): -12447632 or 7344194. OLE color: 7344194.

HSL color Cylindrical-coordinate representation of color #421070: hue angle of 271.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421070 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6616112-
CMYK0.410.8600.56
HSL271.25º75%25.1%-
HSV(B)271.25º85.71%43.92%-
XYZ5.362.715.57-
YUV41.89167.56145.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=34.02%
G=8.25%
B=57.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66161120.410.8600.56271.257525.1
Hex421070295603810f4b19
Octal102201605112607041711331
Binary100001010000111000010100110101100111000100001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421070; }

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

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

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

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

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

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

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

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