#424095

Color #424095 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #424095

Tints of Dark Slate Blue #424095

Color information

#424095 (or 0x424095) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 95. RGB value is (66,64,149). Sum of RGB (Red+Green+Blue) = 66+64+149=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #424095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424095 is #BDBF6A. Grayscale: #494949. Windows color (decimal): -12435307 or 9781314. OLE color: 9781314.

HSL color Cylindrical-coordinate representation of color #424095: hue angle of 241.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424095 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6664149-
CMYK0.560.5700.42
HSL241.41º39.91%41.76%-
HSV(B)241.41º57.05%58.43%-
XYZ9.56.9929.28-
YUV74.29170.16122.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=23.66%
G=22.94%
B=53.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66641490.560.5700.42241.4139.9141.76
Hex424095383902Af1282a
Octal10210022570710523615052
Binary1000010100000010010101111000111001010101011110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424095; }

 p { color: rgb(66,64,149); }

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

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

 a { background-color: rgb(66,64,149); }

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

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

 span { border-color: rgb(66,64,149); }

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