#424197

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

Shades of Dark Slate Blue #424197

Tints of Dark Slate Blue #424197

Color information

#424197 (or 0x424197) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 97. RGB value is (66,65,151). Sum of RGB (Red+Green+Blue) = 66+65+151=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #424197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424197 is #BDBE68. Grayscale: #4A4A4A. Windows color (decimal): -12435049 or 9912642. OLE color: 9912642.

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

Color convert

RGB6665151-
CMYK0.560.5700.41
HSL240.7º39.81%42.35%-
HSV(B)240.7º56.95%59.22%-
XYZ9.727.1730.15-
YUV75.1170.83121.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=23.40%
G=23.05%
B=53.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66651510.560.5700.41240.739.8142.35
Hex4241973839029f1282a
Octal10210122770710513615052
Binary1000010100000110010111111000111001010100111110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424197; }

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

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

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

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

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

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

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

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