Html Css Color HEX #413B88 Dark Slate Blue

📋 copy color: '#413B88'

red 65 ◦ green 59 ◦ blue 136

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

Shades of Dark Slate Blue #413B88

Tints of Dark Slate Blue #413B88

RGB

 RED value IS 65 (25.78% from 255) = 25%

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 25%
G = 22.69%
B = 52.31%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413B88 (or 0x413B88) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 88. RGB value is (65,59,136). Sum of RGB (Red+Green+Blue) = 65+59+136=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #413B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B88 is #BEC477. Grayscale: #454545. Windows color (decimal): -12502136 or 8928065. OLE color: 8928065.

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

Color convert

RGB 65 59 136 -
CMYK 0.52 0.57 0 0.47
HSL 244.68º 0.39% 0.38% -
HSV(B) 244.68º 0.57% 0.53% -
XYZ 8.19 6.03 24.02 -
YUV 69.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 65 59 136 0.52 0.57 0 0.47 244.68 0.39 0.38
Hex 41 3B 88 34 39 0 2F F5 27 26
Octal 101 73 210 64 71 0 57 365 47 46
Binary 1000001 111011 10001000 110100 111001 0 101111 11110101 100111 100110

Color Harmonies of #413B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B88

Black with #413B88

Text Example


Text Example

White with #413B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #413B88;
 }
 .AnyTagClassName
 {
   color: #413B88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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