#420368

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

Shades of Indigo #420368

Tints of Indigo #420368

Color information

#420368 (or 0x420368) is unknown color: approx Indigo. HEX triplet: 42, 03 and 68. RGB value is (66,3,104). Sum of RGB (Red+Green+Blue) = 66+3+104=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #420368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420368 is #BDFC97. Grayscale: #212121. Windows color (decimal): -12450968 or 6816578. OLE color: 6816578.

HSL color Cylindrical-coordinate representation of color #420368: hue angle of 277.43º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420368 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB663104-
CMYK0.370.9700.59
HSL277.43º94.39%20.98%-
HSV(B)277.43º97.12%40.78%-
XYZ4.782.2213.27-
YUV33.35167.87151.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=38.15%
G=1.73%
B=60.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6631040.370.9700.59277.4394.3920.98
Hex42368256103B1155e15
Octal10231504514107342513625
Binary100001011110100010010111000010111011100010101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420368; }

 p { color: rgb(66,3,104); }

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

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

 a { background-color: rgb(66,3,104); }

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

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

 span { border-color: rgb(66,3,104); }

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