Html Css Color HEX #413E8F Dark Slate Blue

📋 copy color: '#413E8F'

red 65 ◦ green 62 ◦ blue 143

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

Shades of Dark Slate Blue #413E8F

Tints of Dark Slate Blue #413E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.96%

R = 24.07%
G = 22.96%
B = 52.96%

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

#413E8F (or 0x413E8F) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 8F. RGB value is (65,62,143). Sum of RGB (Red+Green+Blue) = 65+62+143=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #413E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E8F is #BEC170. Grayscale: #474747. Windows color (decimal): -12501361 or 9387585. OLE color: 9387585.

HSL color Cylindrical-coordinate representation of color #413E8F: hue angle of 242.22º 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 #413E8F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 62 143 -
CMYK 0.55 0.57 0 0.44
HSL 242.22º 0.4% 0.4% -
HSV(B) 242.22º 0.57% 0.56% -
XYZ 8.86 6.55 26.78 -
YUV 72.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 65 62 143 0.55 0.57 0 0.44 242.22 0.4 0.4
Hex 41 3E 8F 37 39 0 2C F2 28 28
Octal 101 76 217 67 71 0 54 362 50 50
Binary 1000001 111110 10001111 110111 111001 0 101100 11110010 101000 101000

Color Harmonies of #413E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E8F

Black with #413E8F

Text Example


Text Example

White with #413E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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