#413485

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

Shades of Dark Slate Blue #413485

Tints of Dark Slate Blue #413485

Color information

#413485 (or 0x413485) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 34 and 85. RGB value is (65,52,133). Sum of RGB (Red+Green+Blue) = 65+52+133=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 52 (20.70% from 255 or 20.8% 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 #413485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413485 is #BECB7A. Grayscale: #404040. Windows color (decimal): -12503931 or 8729665. OLE color: 8729665.

HSL color Cylindrical-coordinate representation of color #413485: hue angle of 249.63º 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 #413485 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6552133-
CMYK0.510.6100.48
HSL249.63º43.78%36.27%-
HSV(B)249.63º60.9%52.16%-
XYZ7.645.2722.81-
YUV65.12166.31127.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=26%
G=20.8%
B=53.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65521330.510.6100.48249.6343.7836.27
Hex413485333D030fa2c24
Octal1016420563750603725444
Binary100000111010010000101110011111101011000011111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413485; }

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

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

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

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

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

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

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

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