#423385

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

Shades of Dark Slate Blue #423385

Tints of Dark Slate Blue #423385

Color information

#423385 (or 0x423385) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 33 and 85. RGB value is (66,51,133). Sum of RGB (Red+Green+Blue) = 66+51+133=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #423385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423385 is #BDCC7A. Grayscale: #404040. Windows color (decimal): -12438651 or 8729410. OLE color: 8729410.

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

Color convert

RGB6651133-
CMYK0.500.6200.48
HSL250.98º44.57%36.08%-
HSV(B)250.98º61.65%52.16%-
XYZ7.665.2222.79-
YUV64.83166.47128.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=26.4%
G=20.4%
B=53.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66511330.500.6200.48250.9844.5736.08
Hex423385323E030fb2d24
Octal1026320562760603735544
Binary100001011001110000101110010111110011000011111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423385; }

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

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

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

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

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

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

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

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