#413D88

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

Shades of Dark Slate Blue #413D88

Tints of Dark Slate Blue #413D88

Color information

#413D88 (or 0x413D88) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3D and 88. RGB value is (65,61,136). Sum of RGB (Red+Green+Blue) = 65+61+136=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #413D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D88 is #BEC277. Grayscale: #464646. Windows color (decimal): -12501624 or 8928577. OLE color: 8928577.

HSL color Cylindrical-coordinate representation of color #413D88: hue angle of 243.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413D88 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6561136-
CMYK0.520.5500.47
HSL243.2º38.07%38.63%-
HSV(B)243.2º55.15%53.33%-
XYZ8.296.2424.06-
YUV70.75164.83123.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=24.81%
G=23.28%
B=51.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65611360.520.5500.47243.238.0738.63
Hex413D88343702Ff32627
Octal1017521064670573634647
Binary100000111110110001000110100110111010111111110011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,136); }

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

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

 a { background-color: rgb(65,61,136); }

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

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

 span { border-color: rgb(65,61,136); }

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