Html Css Color HEX #413E93 Dark Slate Blue

📋 copy color: '#413E93'

red 65 ◦ green 62 ◦ blue 147

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

Shades of Dark Slate Blue #413E93

Tints of Dark Slate Blue #413E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 23.72%
G = 22.63%
B = 53.65%

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

#413E93 (or 0x413E93) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 93. RGB value is (65,62,147). Sum of RGB (Red+Green+Blue) = 65+62+147=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #413E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E93 is #BEC16C. Grayscale: #484848. Windows color (decimal): -12501357 or 9649729. OLE color: 9649729.

HSL color Cylindrical-coordinate representation of color #413E93: hue angle of 242.12º 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 #413E93 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 62 147 -
CMYK 0.56 0.58 0 0.42
HSL 242.12º 0.41% 0.41% -
HSV(B) 242.12º 0.58% 0.58% -
XYZ 9.17 6.68 28.41 -
YUV 72.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 65 62 147 0.56 0.58 0 0.42 242.12 0.41 0.41
Hex 41 3E 93 38 3A 0 2A F2 29 29
Octal 101 76 223 70 72 0 52 362 51 51
Binary 1000001 111110 10010011 111000 111010 0 101010 11110010 101001 101001

Color Harmonies of #413E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E93

Black with #413E93

Text Example


Text Example

White with #413E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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