Html Css Color HEX #413485 Dark Slate Blue

📋 copy color: '#413485'

red 65 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #413485

Tints of Dark Slate Blue #413485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 26%
G = 20.8%
B = 53.2%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413485 (or 0x413485) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 85. RGB value is (65,52,133). Sum of RGB (Red+Green+Blue) = 65+52+133=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #413485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413485 is #BECB7A. Grayscale: #404040. Windows color (decimal): -12503931 or 8729665. OLE color: 8729665.

HSL color Cylindrical-coordinate representation of color #413485: hue angle of 249.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413485 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 52 133 -
CMYK 0.51 0.61 0 0.48
HSL 249.63º 0.44% 0.36% -
HSV(B) 249.63º 0.61% 0.52% -
XYZ 7.64 5.27 22.81 -
YUV 65.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 65 52 133 0.51 0.61 0 0.48 249.63 0.44 0.36
Hex 41 34 85 33 3D 0 30 FA 2C 24
Octal 101 64 205 63 75 0 60 372 54 44
Binary 1000001 110100 10000101 110011 111101 0 110000 11111010 101100 100100

Color Harmonies of #413485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413485

Black with #413485

Text Example


Text Example

White with #413485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413485; }

 p { color: rgb(65,52,133); }

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

background-color css

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

 a { background-color: rgb(65,52,133); }

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

border-color css

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

 span { border-color: rgb(65,52,133); }

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