Html Css Color HEX #413F97 Dark Slate Blue

📋 copy color: '#413F97'

red 65 ◦ green 63 ◦ blue 151

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

Shades of Dark Slate Blue #413F97

Tints of Dark Slate Blue #413F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 23.3%
G = 22.58%
B = 54.12%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413F97 (or 0x413F97) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 97. RGB value is (65,63,151). Sum of RGB (Red+Green+Blue) = 65+63+151=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #413F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F97 is #BEC068. Grayscale: #494949. Windows color (decimal): -12501097 or 9912129. OLE color: 9912129.

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

Color convert

RGB 65 63 151 -
CMYK 0.57 0.58 0 0.41
HSL 241.36º 0.41% 0.42% -
HSV(B) 241.36º 0.58% 0.59% -
XYZ 9.54 6.91 30.11 -
YUV 73.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 65 63 151 0.57 0.58 0 0.41 241.36 0.41 0.42
Hex 41 3F 97 39 3A 0 29 F1 29 2A
Octal 101 77 227 71 72 0 51 361 51 52
Binary 1000001 111111 10010111 111001 111010 0 101001 11110001 101001 101010

Color Harmonies of #413F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F97

Black with #413F97

Text Example


Text Example

White with #413F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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