Html Css Color HEX #413B94 Dark Slate Blue

📋 copy color: '#413B94'

red 65 ◦ green 59 ◦ blue 148

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

Shades of Dark Slate Blue #413B94

Tints of Dark Slate Blue #413B94

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

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

R = 23.9%
G = 21.69%
B = 54.41%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413B94 (or 0x413B94) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 94. RGB value is (65,59,148). Sum of RGB (Red+Green+Blue) = 65+59+148=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #413B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B94 is #BEC46B. Grayscale: #464646. Windows color (decimal): -12502124 or 9714497. OLE color: 9714497.

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

Color convert

RGB 65 59 148 -
CMYK 0.56 0.60 0 0.42
HSL 244.04º 0.43% 0.41% -
HSV(B) 244.04º 0.6% 0.58% -
XYZ 9.09 6.39 28.77 -
YUV 70.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 65 59 148 0.56 0.60 0 0.42 244.04 0.43 0.41
Hex 41 3B 94 38 3C 0 2A F4 2B 29
Octal 101 73 224 70 74 0 52 364 53 51
Binary 1000001 111011 10010100 111000 111100 0 101010 11110100 101011 101001

Color Harmonies of #413B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B94

Black with #413B94

Text Example


Text Example

White with #413B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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