Html Css Color HEX #413583 Dark Slate Blue

📋 copy color: '#413583'

red 65 ◦ green 53 ◦ blue 131

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

Shades of Dark Slate Blue #413583

Tints of Dark Slate Blue #413583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 26.1%
G = 21.29%
B = 52.61%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#413583 (or 0x413583) is known color: Dark Slate Blue. HEX triplet: 41, 35 and 83. RGB value is (65,53,131). Sum of RGB (Red+Green+Blue) = 65+53+131=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #413583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413583 is #BECA7C. Grayscale: #414141. Windows color (decimal): -12503677 or 8598849. OLE color: 8598849.

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

Color convert

RGB 65 53 131 -
CMYK 0.50 0.60 0 0.49
HSL 249.23º 0.42% 0.36% -
HSV(B) 249.23º 0.6% 0.51% -
XYZ 7.55 5.31 22.1 -
YUV 65.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 65 53 131 0.50 0.60 0 0.49 249.23 0.42 0.36
Hex 41 35 83 32 3C 0 31 F9 2A 24
Octal 101 65 203 62 74 0 61 371 52 44
Binary 1000001 110101 10000011 110010 111100 0 110001 11111001 101010 100100

Color Harmonies of #413583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413583

Black with #413583

Text Example


Text Example

White with #413583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413583; }

 p { color: rgb(65,53,131); }

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

background-color css

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

 a { background-color: rgb(65,53,131); }

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

border-color css

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

 span { border-color: rgb(65,53,131); }

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