#413A85

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

Shades of Dark Slate Blue #413A85

Tints of Dark Slate Blue #413A85

Color information

#413A85 (or 0x413A85) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3A and 85. RGB value is (65,58,133). Sum of RGB (Red+Green+Blue) = 65+58+133=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #413A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A85 is #BEC57A. Grayscale: #444444. Windows color (decimal): -12502395 or 8731201. OLE color: 8731201.

HSL color Cylindrical-coordinate representation of color #413A85: hue angle of 245.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #413A85 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6558133-
CMYK0.510.5600.48
HSL245.6º39.27%37.45%-
HSV(B)245.6º56.39%52.16%-
XYZ7.935.8422.9-
YUV68.64164.32125.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=25.39%
G=22.66%
B=51.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65581330.510.5600.48245.639.2737.45
Hex413A853338030f62725
Octal1017220563700603664745
Binary100000111101010000101110011111000011000011110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A85; }

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

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

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

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

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

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

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

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