Html Css Color HEX #413480 Dark Slate Blue

📋 copy color: '#413480'

red 65 ◦ green 52 ◦ blue 128

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

Shades of Dark Slate Blue #413480

Tints of Dark Slate Blue #413480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 26.53%
G = 21.22%
B = 52.24%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#413480 (or 0x413480) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 80. RGB value is (65,52,128). Sum of RGB (Red+Green+Blue) = 65+52+128=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #413480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413480 is #BECB7F. Grayscale: #404040. Windows color (decimal): -12503936 or 8401985. OLE color: 8401985.

HSL color Cylindrical-coordinate representation of color #413480: hue angle of 250.26º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413480 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 52 128 -
CMYK 0.49 0.59 0 0.50
HSL 250.26º 0.42% 0.35% -
HSV(B) 250.26º 0.59% 0.5% -
XYZ 7.3 5.14 21.03 -
YUV 64.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 65 52 128 0.49 0.59 0 0.50 250.26 0.42 0.35
Hex 41 34 80 31 3B 0 32 FA 2A 23
Octal 101 64 200 61 73 0 62 372 52 43
Binary 1000001 110100 10000000 110001 111011 0 110010 11111010 101010 100011

Color Harmonies of #413480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413480

Black with #413480

Text Example


Text Example

White with #413480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413480; }

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

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

background-color css

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

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

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

border-color css

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

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

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