Html Css Color HEX #412D89 Dark Slate Blue

📋 copy color: '#412D89'

red 65 ◦ green 45 ◦ blue 137

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

Shades of Dark Slate Blue #412D89

Tints of Dark Slate Blue #412D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 26.32%
G = 18.22%
B = 55.47%

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

#412D89 (or 0x412D89) is known color: Dark Slate Blue. HEX triplet: 41, 2D and 89. RGB value is (65,45,137). Sum of RGB (Red+Green+Blue) = 65+45+137=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #412D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412D89 is #BED276. Grayscale: #3D3D3D. Windows color (decimal): -12505719 or 8990017. OLE color: 8990017.

HSL color Cylindrical-coordinate representation of color #412D89: hue angle of 253.04º degrees, saturation: 0.51, 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 #412D89 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 45 137 -
CMYK 0.53 0.67 0 0.46
HSL 253.04º 0.51% 0.36% -
HSV(B) 253.04º 0.67% 0.54% -
XYZ 7.63 4.81 24.19 -
YUV 61.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 65 45 137 0.53 0.67 0 0.46 253.04 0.51 0.36
Hex 41 2D 89 35 43 0 2E FD 33 24
Octal 101 55 211 65 103 0 56 375 63 44
Binary 1000001 101101 10001001 110101 1000011 0 101110 11111101 110011 100100

Color Harmonies of #412D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D89

Black with #412D89

Text Example


Text Example

White with #412D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,137); }

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

background-color css

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

 a { background-color: rgb(65,45,137); }

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

border-color css

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

 span { border-color: rgb(65,45,137); }

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