Html Css Color HEX #412F8D Dark Slate Blue

📋 copy color: '#412F8D'

red 65 ◦ green 47 ◦ blue 141

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

Shades of Dark Slate Blue #412F8D

Tints of Dark Slate Blue #412F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 25.69%
G = 18.58%
B = 55.73%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#412F8D (or 0x412F8D) is known color: Dark Slate Blue. HEX triplet: 41, 2F and 8D. RGB value is (65,47,141). Sum of RGB (Red+Green+Blue) = 65+47+141=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #412F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F8D is #BED072. Grayscale: #3E3E3E. Windows color (decimal): -12505203 or 9252673. OLE color: 9252673.

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

Color convert

RGB 65 47 141 -
CMYK 0.54 0.67 0 0.45
HSL 251.49º 0.5% 0.37% -
HSV(B) 251.49º 0.67% 0.55% -
XYZ 8 5.08 25.76 -
YUV 63.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 65 47 141 0.54 0.67 0 0.45 251.49 0.5 0.37
Hex 41 2F 8D 36 43 0 2D FB 32 25
Octal 101 57 215 66 103 0 55 373 62 45
Binary 1000001 101111 10001101 110110 1000011 0 101101 11111011 110010 100101

Color Harmonies of #412F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F8D

Black with #412F8D

Text Example


Text Example

White with #412F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,141); }

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

background-color css

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

 a { background-color: rgb(65,47,141); }

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

border-color css

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

 span { border-color: rgb(65,47,141); }

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