Html Css Color HEX #413E92 Dark Slate Blue

📋 copy color: '#413E92'

red 65 ◦ green 62 ◦ blue 146

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

Shades of Dark Slate Blue #413E92

Tints of Dark Slate Blue #413E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 23.81%
G = 22.71%
B = 53.48%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413E92 (or 0x413E92) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 92. RGB value is (65,62,146). Sum of RGB (Red+Green+Blue) = 65+62+146=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #413E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E92 is #BEC16D. Grayscale: #484848. Windows color (decimal): -12501358 or 9584193. OLE color: 9584193.

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

Color convert

RGB 65 62 146 -
CMYK 0.55 0.58 0 0.43
HSL 242.14º 0.4% 0.41% -
HSV(B) 242.14º 0.58% 0.57% -
XYZ 9.09 6.64 28 -
YUV 72.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 65 62 146 0.55 0.58 0 0.43 242.14 0.4 0.41
Hex 41 3E 92 37 3A 0 2B F2 28 29
Octal 101 76 222 67 72 0 53 362 50 51
Binary 1000001 111110 10010010 110111 111010 0 101011 11110010 101000 101001

Color Harmonies of #413E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E92

Black with #413E92

Text Example


Text Example

White with #413E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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