Html Css Color HEX #413E8C Dark Slate Blue

📋 copy color: '#413E8C'

red 65 ◦ green 62 ◦ blue 140

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

Shades of Dark Slate Blue #413E8C

Tints of Dark Slate Blue #413E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 24.34%
G = 23.22%
B = 52.43%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#413E8C (or 0x413E8C) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 8C. RGB value is (65,62,140). Sum of RGB (Red+Green+Blue) = 65+62+140=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #413E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E8C is #BEC173. Grayscale: #474747. Windows color (decimal): -12501364 or 9190977. OLE color: 9190977.

HSL color Cylindrical-coordinate representation of color #413E8C: hue angle of 242.31º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #413E8C is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 62 140 -
CMYK 0.54 0.56 0 0.45
HSL 242.31º 0.39% 0.4% -
HSV(B) 242.31º 0.56% 0.55% -
XYZ 8.64 6.46 25.6 -
YUV 71.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 65 62 140 0.54 0.56 0 0.45 242.31 0.39 0.4
Hex 41 3E 8C 36 38 0 2D F2 27 28
Octal 101 76 214 66 70 0 55 362 47 50
Binary 1000001 111110 10001100 110110 111000 0 101101 11110010 100111 101000

Color Harmonies of #413E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E8C

Black with #413E8C

Text Example


Text Example

White with #413E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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