Html Css Color HEX #413696 Dark Slate Blue

📋 copy color: '#413696'

red 65 ◦ green 54 ◦ blue 150

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

Shades of Dark Slate Blue #413696

Tints of Dark Slate Blue #413696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

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

R = 24.16%
G = 20.07%
B = 55.76%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413696 (or 0x413696) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 96. RGB value is (65,54,150). Sum of RGB (Red+Green+Blue) = 65+54+150=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #413696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413696 is #BEC969. Grayscale: #434343. Windows color (decimal): -12503402 or 9844289. OLE color: 9844289.

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

Color convert

RGB 65 54 150 -
CMYK 0.57 0.64 0 0.41
HSL 246.88º 0.47% 0.4% -
HSV(B) 246.88º 0.64% 0.59% -
XYZ 9 5.96 29.53 -
YUV 68.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 65 54 150 0.57 0.64 0 0.41 246.88 0.47 0.4
Hex 41 36 96 39 40 0 29 F7 2F 28
Octal 101 66 226 71 100 0 51 367 57 50
Binary 1000001 110110 10010110 111001 1000000 0 101001 11110111 101111 101000

Color Harmonies of #413696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413696

Black with #413696

Text Example


Text Example

White with #413696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413696; }

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

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

background-color css

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

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

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

border-color css

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

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

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