Html Css Color HEX #413280 Dark Slate Blue

📋 copy color: '#413280'

red 65 ◦ green 50 ◦ blue 128

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

Shades of Dark Slate Blue #413280

Tints of Dark Slate Blue #413280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 26.75%
G = 20.58%
B = 52.67%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#413280 (or 0x413280) is known color: Dark Slate Blue. HEX triplet: 41, 32 and 80. RGB value is (65,50,128). Sum of RGB (Red+Green+Blue) = 65+50+128=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #413280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413280 is #BECD7F. Grayscale: #3F3F3F. Windows color (decimal): -12504448 or 8401473. OLE color: 8401473.

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

Color convert

RGB 65 50 128 -
CMYK 0.49 0.61 0 0.50
HSL 251.54º 0.44% 0.35% -
HSV(B) 251.54º 0.61% 0.5% -
XYZ 7.22 4.96 21 -
YUV 63.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 65 50 128 0.49 0.61 0 0.50 251.54 0.44 0.35
Hex 41 32 80 31 3D 0 32 FC 2C 23
Octal 101 62 200 61 75 0 62 374 54 43
Binary 1000001 110010 10000000 110001 111101 0 110010 11111100 101100 100011

Color Harmonies of #413280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413280

Black with #413280

Text Example


Text Example

White with #413280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413280; }

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

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

background-color css

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

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

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

border-color css

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

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

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