#420F6D

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

Shades of Indigo #420F6D

Tints of Indigo #420F6D

Color information

#420F6D (or 0x420F6D) is unknown color: approx Indigo. HEX triplet: 42, 0F and 6D. RGB value is (66,15,109). Sum of RGB (Red+Green+Blue) = 66+15+109=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #420F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F6D is #BDF092. Grayscale: #282828. Windows color (decimal): -12447891 or 7147330. OLE color: 7147330.

HSL color Cylindrical-coordinate representation of color #420F6D: hue angle of 272.55º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420F6D is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6615109-
CMYK0.390.8600.57
HSL272.55º75.81%24.31%-
HSV(B)272.55º86.24%42.75%-
XYZ5.182.614.7-
YUV40.96166.4145.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=34.74%
G=7.89%
B=57.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66151090.390.8600.57272.5575.8124.31
Hex42F6D27560391114c18
Octal102171554712607142111430
Binary10000101111110110110011110101100111001100010001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420F6D; }

 p { color: rgb(66,15,109); }

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

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

 a { background-color: rgb(66,15,109); }

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

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

 span { border-color: rgb(66,15,109); }

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