#424298

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

Shades of Dark Slate Blue #424298

Tints of Dark Slate Blue #424298

Color information

#424298 (or 0x424298) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 42 and 98. RGB value is (66,66,152). Sum of RGB (Red+Green+Blue) = 66+66+152=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #424298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424298 is #BDBD67. Grayscale: #4B4B4B. Windows color (decimal): -12434792 or 9978434. OLE color: 9978434.

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

Color convert

RGB6666152-
CMYK0.570.5700.40
HSL240º39.45%42.75%-
HSV(B)240º56.58%59.61%-
XYZ9.867.3230.6-
YUV75.8171121.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=23.24%
G=23.24%
B=53.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66661520.570.5700.4024039.4542.75
Hex4242983939028f0272b
Octal10210223071710503604753
Binary1000010100001010011000111001111001010100011110000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424298; }

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

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

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

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

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

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

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

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