Html Css Color HEX #413488 Dark Slate Blue

📋 copy color: '#413488'

red 65 ◦ green 52 ◦ blue 136

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

Shades of Dark Slate Blue #413488

Tints of Dark Slate Blue #413488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.75%

R = 25.69%
G = 20.55%
B = 53.75%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413488 (or 0x413488) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 88. RGB value is (65,52,136). Sum of RGB (Red+Green+Blue) = 65+52+136=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #413488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413488 is #BECB77. Grayscale: #414141. Windows color (decimal): -12503928 or 8926273. OLE color: 8926273.

HSL color Cylindrical-coordinate representation of color #413488: hue angle of 249.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413488 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 52 136 -
CMYK 0.52 0.62 0 0.47
HSL 249.29º 0.45% 0.37% -
HSV(B) 249.29º 0.62% 0.53% -
XYZ 7.85 5.36 23.91 -
YUV 65.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 65 52 136 0.52 0.62 0 0.47 249.29 0.45 0.37
Hex 41 34 88 34 3E 0 2F F9 2D 25
Octal 101 64 210 64 76 0 57 371 55 45
Binary 1000001 110100 10001000 110100 111110 0 101111 11111001 101101 100101

Color Harmonies of #413488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413488

Black with #413488

Text Example


Text Example

White with #413488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413488; }

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

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

background-color css

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

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

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

border-color css

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

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

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