Html Css Color HEX #412E8A Dark Slate Blue

📋 copy color: '#412E8A'

red 65 ◦ green 46 ◦ blue 138

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

Shades of Dark Slate Blue #412E8A

Tints of Dark Slate Blue #412E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 26.1%
G = 18.47%
B = 55.42%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#412E8A (or 0x412E8A) is known color: Dark Slate Blue. HEX triplet: 41, 2E and 8A. RGB value is (65,46,138). Sum of RGB (Red+Green+Blue) = 65+46+138=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #412E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412E8A is #BED175. Grayscale: #3D3D3D. Windows color (decimal): -12505462 or 9055809. OLE color: 9055809.

HSL color Cylindrical-coordinate representation of color #412E8A: hue angle of 252.39º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412E8A is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 46 138 -
CMYK 0.53 0.67 0 0.46
HSL 252.39º 0.5% 0.36% -
HSV(B) 252.39º 0.67% 0.54% -
XYZ 7.74 4.91 24.58 -
YUV 62.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 65 46 138 0.53 0.67 0 0.46 252.39 0.5 0.36
Hex 41 2E 8A 35 43 0 2E FC 32 24
Octal 101 56 212 65 103 0 56 374 62 44
Binary 1000001 101110 10001010 110101 1000011 0 101110 11111100 110010 100100

Color Harmonies of #412E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E8A

Black with #412E8A

Text Example


Text Example

White with #412E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E8A; }

 p { color: rgb(65,46,138); }

 H1.HeaderClassName
 {
   color: #412E8A;
 }
 .AnyTagClassName
 {
   color: #412E8A;
 }
</style>

background-color css

<style>
 a { background-color: #412E8A; }

 a { background-color: rgb(65,46,138); }

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

border-color css

<style>
 span { border-color: #412E8A; }

 span { border-color: rgb(65,46,138); }

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