Html Css Color HEX #413E90 Dark Slate Blue

📋 copy color: '#413E90'

red 65 ◦ green 62 ◦ blue 144

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

Shades of Dark Slate Blue #413E90

Tints of Dark Slate Blue #413E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

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

R = 23.99%
G = 22.88%
B = 53.14%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413E90 (or 0x413E90) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 90. RGB value is (65,62,144). Sum of RGB (Red+Green+Blue) = 65+62+144=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #413E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E90 is #BEC16F. Grayscale: #474747. Windows color (decimal): -12501360 or 9453121. OLE color: 9453121.

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

Color convert

RGB 65 62 144 -
CMYK 0.55 0.57 0 0.44
HSL 242.2º 0.4% 0.4% -
HSV(B) 242.2º 0.57% 0.56% -
XYZ 8.94 6.58 27.19 -
YUV 72.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 65 62 144 0.55 0.57 0 0.44 242.2 0.4 0.4
Hex 41 3E 90 37 39 0 2C F2 28 28
Octal 101 76 220 67 71 0 54 362 50 50
Binary 1000001 111110 10010000 110111 111001 0 101100 11110010 101000 101000

Color Harmonies of #413E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E90

Black with #413E90

Text Example


Text Example

White with #413E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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