Html Css Color HEX #413F91 Dark Slate Blue

📋 copy color: '#413F91'

red 65 ◦ green 63 ◦ blue 145

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

Shades of Dark Slate Blue #413F91

Tints of Dark Slate Blue #413F91

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 23.81%
G = 23.08%
B = 53.11%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413F91 (or 0x413F91) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 91. RGB value is (65,63,145). Sum of RGB (Red+Green+Blue) = 65+63+145=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #413F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F91 is #BEC06E. Grayscale: #484848. Windows color (decimal): -12501103 or 9518913. OLE color: 9518913.

HSL color Cylindrical-coordinate representation of color #413F91: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413F91 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 63 145 -
CMYK 0.55 0.57 0 0.43
HSL 241.46º 0.39% 0.41% -
HSV(B) 241.46º 0.57% 0.57% -
XYZ 9.07 6.72 27.61 -
YUV 72.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 65 63 145 0.55 0.57 0 0.43 241.46 0.39 0.41
Hex 41 3F 91 37 39 0 2B F1 27 29
Octal 101 77 221 67 71 0 53 361 47 51
Binary 1000001 111111 10010001 110111 111001 0 101011 11110001 100111 101001

Color Harmonies of #413F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F91

Black with #413F91

Text Example


Text Example

White with #413F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,145); }

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

background-color css

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

 a { background-color: rgb(65,63,145); }

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

border-color css

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

 span { border-color: rgb(65,63,145); }

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