#424093

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

Shades of Dark Slate Blue #424093

Tints of Dark Slate Blue #424093

Color information

#424093 (or 0x424093) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 93. RGB value is (66,64,147). Sum of RGB (Red+Green+Blue) = 66+64+147=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #424093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424093 is #BDBF6C. Grayscale: #494949. Windows color (decimal): -12435309 or 9650242. OLE color: 9650242.

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

Color convert

RGB6664147-
CMYK0.550.5600.42
HSL241.45º39.34%41.37%-
HSV(B)241.45º56.46%57.65%-
XYZ9.356.9328.45-
YUV74.06169.16122.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=23.83%
G=23.10%
B=53.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66641470.550.5600.42241.4539.3441.37
Hex424093373802Af12729
Octal10210022367700523614751
Binary1000010100000010010011110111111000010101011110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424093; }

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

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

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

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

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

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

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

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