Html Css Color HEX #413683 Dark Slate Blue

📋 copy color: '#413683'

red 65 ◦ green 54 ◦ blue 131

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

Shades of Dark Slate Blue #413683

Tints of Dark Slate Blue #413683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 26%
G = 21.6%
B = 52.4%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#413683 (or 0x413683) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 83. RGB value is (65,54,131). Sum of RGB (Red+Green+Blue) = 65+54+131=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #413683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413683 is #BEC97C. Grayscale: #414141. Windows color (decimal): -12503421 or 8599105. OLE color: 8599105.

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

Color convert

RGB 65 54 131 -
CMYK 0.50 0.59 0 0.49
HSL 248.57º 0.42% 0.36% -
HSV(B) 248.57º 0.59% 0.51% -
XYZ 7.6 5.4 22.11 -
YUV 66.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 65 54 131 0.50 0.59 0 0.49 248.57 0.42 0.36
Hex 41 36 83 32 3B 0 31 F9 2A 24
Octal 101 66 203 62 73 0 61 371 52 44
Binary 1000001 110110 10000011 110010 111011 0 110001 11111001 101010 100100

Color Harmonies of #413683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413683

Black with #413683

Text Example


Text Example

White with #413683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413683; }

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

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

background-color css

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

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

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

border-color css

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

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

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