Html Css Color HEX #413881 Dark Slate Blue

📋 copy color: '#413881'

red 65 ◦ green 56 ◦ blue 129

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

Shades of Dark Slate Blue #413881

Tints of Dark Slate Blue #413881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 26%
G = 22.4%
B = 51.6%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#413881 (or 0x413881) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 81. RGB value is (65,56,129). Sum of RGB (Red+Green+Blue) = 65+56+129=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #413881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413881 is #BEC77E. Grayscale: #424242. Windows color (decimal): -12502911 or 8468545. OLE color: 8468545.

HSL color Cylindrical-coordinate representation of color #413881: hue angle of 247.4º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413881 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 56 129 -
CMYK 0.50 0.57 0 0.49
HSL 247.4º 0.39% 0.36% -
HSV(B) 247.4º 0.57% 0.51% -
XYZ 7.56 5.54 21.44 -
YUV 67.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 65 56 129 0.50 0.57 0 0.49 247.4 0.39 0.36
Hex 41 38 81 32 39 0 31 F7 27 24
Octal 101 70 201 62 71 0 61 367 47 44
Binary 1000001 111000 10000001 110010 111001 0 110001 11110111 100111 100100

Color Harmonies of #413881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413881

Black with #413881

Text Example


Text Example

White with #413881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413881; }

 p { color: rgb(65,56,129); }

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

background-color css

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

 a { background-color: rgb(65,56,129); }

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

border-color css

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

 span { border-color: rgb(65,56,129); }

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