#42358A

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

Shades of Dark Slate Blue #42358A

Tints of Dark Slate Blue #42358A

Color information

#42358A (or 0x42358A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 35 and 8A. RGB value is (66,53,138). Sum of RGB (Red+Green+Blue) = 66+53+138=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #42358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42358A is #BDCA75. Grayscale: #424242. Windows color (decimal): -12438134 or 9057602. OLE color: 9057602.

HSL color Cylindrical-coordinate representation of color #42358A: hue angle of 249.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42358A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6653138-
CMYK0.520.6200.46
HSL249.18º44.5%37.45%-
HSV(B)249.18º61.59%54.12%-
XYZ8.115.5424.69-
YUV66.58168.31127.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=25.68%
G=20.62%
B=53.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66531380.520.6200.46249.1844.537.45
Hex42358A343E02Ef92d25
Octal1026521264760563715545
Binary100001011010110001010110100111110010111011111001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42358A; }

 p { color: rgb(66,53,138); }

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

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

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

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

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

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

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