Html Css Color HEX #413596 Dark Slate Blue

📋 copy color: '#413596'

red 65 ◦ green 53 ◦ blue 150

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

Shades of Dark Slate Blue #413596

Tints of Dark Slate Blue #413596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 24.25%
G = 19.78%
B = 55.97%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413596 (or 0x413596) is known color: Dark Slate Blue. HEX triplet: 41, 35 and 96. RGB value is (65,53,150). Sum of RGB (Red+Green+Blue) = 65+53+150=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #413596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413596 is #BECA69. Grayscale: #434343. Windows color (decimal): -12503658 or 9844033. OLE color: 9844033.

HSL color Cylindrical-coordinate representation of color #413596: hue angle of 247.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413596 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 53 150 -
CMYK 0.57 0.65 0 0.41
HSL 247.42º 0.48% 0.4% -
HSV(B) 247.42º 0.65% 0.59% -
XYZ 8.96 5.87 29.52 -
YUV 67.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 65 53 150 0.57 0.65 0 0.41 247.42 0.48 0.4
Hex 41 35 96 39 41 0 29 F7 30 28
Octal 101 65 226 71 101 0 51 367 60 50
Binary 1000001 110101 10010110 111001 1000001 0 101001 11110111 110000 101000

Color Harmonies of #413596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413596

Black with #413596

Text Example


Text Example

White with #413596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413596; }

 p { color: rgb(65,53,150); }

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

background-color css

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

 a { background-color: rgb(65,53,150); }

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

border-color css

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

 span { border-color: rgb(65,53,150); }

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