#424098

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

Shades of Dark Slate Blue #424098

Tints of Dark Slate Blue #424098

Color information

#424098 (or 0x424098) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 98. RGB value is (66,64,152). Sum of RGB (Red+Green+Blue) = 66+64+152=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #424098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424098 is #BDBF67. Grayscale: #4A4A4A. Windows color (decimal): -12435304 or 9977922. OLE color: 9977922.

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

Color convert

RGB6664152-
CMYK0.570.5800.40
HSL241.36º40.74%42.35%-
HSV(B)241.36º57.89%59.61%-
XYZ9.757.0930.56-
YUV74.63171.66121.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=23.40%
G=22.70%
B=53.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66641520.570.5800.40241.3640.7442.35
Hex424098393A028f1292a
Octal10210023071720503615152
Binary1000010100000010011000111001111010010100011110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424098; }

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

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

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

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

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

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

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

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