Html Css Color HEX #413085 Dark Slate Blue

📋 copy color: '#413085'

red 65 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #413085

Tints of Dark Slate Blue #413085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 26.42%
G = 19.51%
B = 54.07%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413085 (or 0x413085) is known color: Dark Slate Blue. HEX triplet: 41, 30 and 85. RGB value is (65,48,133). Sum of RGB (Red+Green+Blue) = 65+48+133=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #413085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413085 is #BECF7A. Grayscale: #3E3E3E. Windows color (decimal): -12504955 or 8728641. OLE color: 8728641.

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

Color convert

RGB 65 48 133 -
CMYK 0.51 0.64 0 0.48
HSL 252º 0.47% 0.35% -
HSV(B) 252º 0.64% 0.52% -
XYZ 7.47 4.93 22.75 -
YUV 62.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 65 48 133 0.51 0.64 0 0.48 252 0.47 0.35
Hex 41 30 85 33 40 0 30 FC 2F 23
Octal 101 60 205 63 100 0 60 374 57 43
Binary 1000001 110000 10000101 110011 1000000 0 110000 11111100 101111 100011

Color Harmonies of #413085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413085

Black with #413085

Text Example


Text Example

White with #413085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413085; }

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

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

background-color css

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

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

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

border-color css

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

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

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