#424193

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

Shades of Dark Slate Blue #424193

Tints of Dark Slate Blue #424193

Color information

#424193 (or 0x424193) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 93. RGB value is (66,65,147). Sum of RGB (Red+Green+Blue) = 66+65+147=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #424193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424193 is #BDBE6C. Grayscale: #4A4A4A. Windows color (decimal): -12435053 or 9650498. OLE color: 9650498.

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

Color convert

RGB6665147-
CMYK0.550.5600.42
HSL240.73º38.68%41.57%-
HSV(B)240.73º55.78%57.65%-
XYZ9.47.0528.47-
YUV74.65168.83121.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=23.74%
G=23.38%
B=52.88%

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
Decimal66651470.550.5600.42240.7338.6841.57
Hex424193373802Af1272a
Octal10210122367700523614752
Binary1000010100000110010011110111111000010101011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424193; }

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

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

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

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

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

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

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

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