Html Css Color HEX #413F95 Dark Slate Blue

📋 copy color: '#413F95'

red 65 ◦ green 63 ◦ blue 149

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

Shades of Dark Slate Blue #413F95

Tints of Dark Slate Blue #413F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 23.47%
G = 22.74%
B = 53.79%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413F95 (or 0x413F95) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 95. RGB value is (65,63,149). Sum of RGB (Red+Green+Blue) = 65+63+149=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #413F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F95 is #BEC06A. Grayscale: #494949. Windows color (decimal): -12501099 or 9781057. OLE color: 9781057.

HSL color Cylindrical-coordinate representation of color #413F95: hue angle of 241.4º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413F95 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 63 149 -
CMYK 0.56 0.58 0 0.42
HSL 241.4º 0.41% 0.42% -
HSV(B) 241.4º 0.58% 0.58% -
XYZ 9.38 6.85 29.26 -
YUV 73.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 65 63 149 0.56 0.58 0 0.42 241.4 0.41 0.42
Hex 41 3F 95 38 3A 0 2A F1 29 2A
Octal 101 77 225 70 72 0 52 361 51 52
Binary 1000001 111111 10010101 111000 111010 0 101010 11110001 101001 101010

Color Harmonies of #413F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F95

Black with #413F95

Text Example


Text Example

White with #413F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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