#42357F

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

Shades of Dark Slate Blue #42357F

Tints of Dark Slate Blue #42357F

Color information

#42357F (or 0x42357F) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 35 and 7F. RGB value is (66,53,127). Sum of RGB (Red+Green+Blue) = 66+53+127=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #42357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42357F is #BDCA80. Grayscale: #414141. Windows color (decimal): -12438145 or 8336706. OLE color: 8336706.

HSL color Cylindrical-coordinate representation of color #42357F: hue angle of 250.54º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42357F is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6653127-
CMYK0.480.5800.50
HSL250.54º41.11%35.29%-
HSV(B)250.54º58.27%49.8%-
XYZ7.355.2420.7-
YUV65.32162.81128.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 127 (50% from 255) = 51.63%
R=26.83%
G=21.54%
B=51.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66531270.480.5800.50250.5441.1135.29
Hex42357F303A032fb2923
Octal1026517760720623735143
Binary10000101101011111111110000111010011001011111011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42357F; }

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

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

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

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

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

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

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

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