#423485

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

Shades of Dark Slate Blue #423485

Tints of Dark Slate Blue #423485

Color information

#423485 (or 0x423485) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 34 and 85. RGB value is (66,52,133). Sum of RGB (Red+Green+Blue) = 66+52+133=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #423485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423485 is #BDCB7A. Grayscale: #414141. Windows color (decimal): -12438395 or 8729666. OLE color: 8729666.

HSL color Cylindrical-coordinate representation of color #423485: hue angle of 250.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423485 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6652133-
CMYK0.500.6100.48
HSL250.37º43.78%36.27%-
HSV(B)250.37º60.9%52.16%-
XYZ7.715.3122.81-
YUV65.42166.14128.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=26.29%
G=20.72%
B=52.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66521330.500.6100.48250.3743.7836.27
Hex423485323D030fa2c24
Octal1026420562750603725444
Binary100001011010010000101110010111101011000011111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423485; }

 p { color: rgb(66,52,133); }

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

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

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

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

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

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

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