#42308C

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

Shades of Dark Slate Blue #42308C

Tints of Dark Slate Blue #42308C

Color information

#42308C (or 0x42308C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 30 and 8C. RGB value is (66,48,140). Sum of RGB (Red+Green+Blue) = 66+48+140=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #42308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42308C is #BDCF73. Grayscale: #3F3F3F. Windows color (decimal): -12439412 or 9187394. OLE color: 9187394.

HSL color Cylindrical-coordinate representation of color #42308C: hue angle of 251.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42308C is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6648140-
CMYK0.530.6600.45
HSL251.74º48.94%36.86%-
HSV(B)251.74º65.71%54.9%-
XYZ8.045.1725.38-
YUV63.87170.96129.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=25.98%
G=18.90%
B=55.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66481400.530.6600.45251.7448.9436.86
Hex42308C354202Dfc3125
Octal10260214651020553746145
Binary1000010110000100011001101011000010010110111111100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42308C; }

 p { color: rgb(66,48,140); }

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

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

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

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

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

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

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