Html Css Color HEX #413882 Dark Slate Blue

📋 copy color: '#413882'

red 65 ◦ green 56 ◦ blue 130

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

Shades of Dark Slate Blue #413882

Tints of Dark Slate Blue #413882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 25.9%
G = 22.31%
B = 51.79%

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

#413882 (or 0x413882) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 82. RGB value is (65,56,130). Sum of RGB (Red+Green+Blue) = 65+56+130=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #413882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413882 is #BEC77D. Grayscale: #424242. Windows color (decimal): -12502910 or 8534081. OLE color: 8534081.

HSL color Cylindrical-coordinate representation of color #413882: hue angle of 247.3º degrees, saturation: 0.4, 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 #413882 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 56 130 -
CMYK 0.50 0.57 0 0.49
HSL 247.3º 0.4% 0.36% -
HSV(B) 247.3º 0.57% 0.51% -
XYZ 7.62 5.56 21.79 -
YUV 67.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 65 56 130 0.50 0.57 0 0.49 247.3 0.4 0.36
Hex 41 38 82 32 39 0 31 F7 28 24
Octal 101 70 202 62 71 0 61 367 50 44
Binary 1000001 111000 10000010 110010 111001 0 110001 11110111 101000 100100

Color Harmonies of #413882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413882

Black with #413882

Text Example


Text Example

White with #413882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413882; }

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

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

background-color css

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

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

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

border-color css

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

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

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