Html Css Color HEX #413E94 Dark Slate Blue

📋 copy color: '#413E94'

red 65 ◦ green 62 ◦ blue 148

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

Shades of Dark Slate Blue #413E94

Tints of Dark Slate Blue #413E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 23.64%
G = 22.55%
B = 53.82%

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

#413E94 (or 0x413E94) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 94. RGB value is (65,62,148). Sum of RGB (Red+Green+Blue) = 65+62+148=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #413E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E94 is #BEC16B. Grayscale: #484848. Windows color (decimal): -12501356 or 9715265. OLE color: 9715265.

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

Color convert

RGB 65 62 148 -
CMYK 0.56 0.58 0 0.42
HSL 242.09º 0.41% 0.41% -
HSV(B) 242.09º 0.58% 0.58% -
XYZ 9.25 6.71 28.82 -
YUV 72.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 65 62 148 0.56 0.58 0 0.42 242.09 0.41 0.41
Hex 41 3E 94 38 3A 0 2A F2 29 29
Octal 101 76 224 70 72 0 52 362 51 51
Binary 1000001 111110 10010100 111000 111010 0 101010 11110010 101001 101001

Color Harmonies of #413E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E94

Black with #413E94

Text Example


Text Example

White with #413E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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