Html Css Color HEX #413F90 Dark Slate Blue

📋 copy color: '#413F90'

red 65 ◦ green 63 ◦ blue 144

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

Shades of Dark Slate Blue #413F90

Tints of Dark Slate Blue #413F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 23.9%
G = 23.16%
B = 52.94%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413F90 (or 0x413F90) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 90. RGB value is (65,63,144). Sum of RGB (Red+Green+Blue) = 65+63+144=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #413F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F90 is #BEC06F. Grayscale: #484848. Windows color (decimal): -12501104 or 9453377. OLE color: 9453377.

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

Color convert

RGB 65 63 144 -
CMYK 0.55 0.56 0 0.44
HSL 241.48º 0.39% 0.41% -
HSV(B) 241.48º 0.56% 0.56% -
XYZ 8.99 6.69 27.2 -
YUV 72.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 65 63 144 0.55 0.56 0 0.44 241.48 0.39 0.41
Hex 41 3F 90 37 38 0 2C F1 27 29
Octal 101 77 220 67 70 0 54 361 47 51
Binary 1000001 111111 10010000 110111 111000 0 101100 11110001 100111 101001

Color Harmonies of #413F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F90

Black with #413F90

Text Example


Text Example

White with #413F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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