Html Css Color HEX #413D88 Dark Slate Blue

📋 copy color: '#413D88'

red 65 ◦ green 61 ◦ blue 136

#413D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #413D88

Tints of Dark Slate Blue #413D88

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 value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413D88 (or 0x413D88) is known color: 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

RGB 65 61 136 -
CMYK 0.52 0.55 0 0.47
HSL 243.2º 0.38% 0.39% -
HSV(B) 243.2º 0.55% 0.53% -
XYZ 8.29 6.24 24.06 -
YUV 70.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 65 61 136 0.52 0.55 0 0.47 243.2 0.38 0.39
Hex 41 3D 88 34 37 0 2F F3 26 27
Octal 101 75 210 64 67 0 57 363 46 47
Binary 1000001 111101 10001000 110100 110111 0 101111 11110011 100110 100111

Color Harmonies of #413D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D88

Black with #413D88

Text Example


Text Example

White with #413D88

Text Example


Text Example

HTML Codes & Css Web 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>