Html Css Color HEX #413784 Dark Slate Blue

📋 copy color: '#413784'

red 65 ◦ green 55 ◦ blue 132

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

Shades of Dark Slate Blue #413784

Tints of Dark Slate Blue #413784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 132 (51.95% from 255) = 52.38%

R = 25.79%
G = 21.83%
B = 52.38%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413784 (or 0x413784) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 84. RGB value is (65,55,132). Sum of RGB (Red+Green+Blue) = 65+55+132=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #413784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413784 is #BEC87B. Grayscale: #424242. Windows color (decimal): -12503164 or 8664897. OLE color: 8664897.

HSL color Cylindrical-coordinate representation of color #413784: hue angle of 247.79º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413784 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 55 132 -
CMYK 0.51 0.58 0 0.48
HSL 247.79º 0.41% 0.37% -
HSV(B) 247.79º 0.58% 0.52% -
XYZ 7.71 5.52 22.49 -
YUV 66.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 65 55 132 0.51 0.58 0 0.48 247.79 0.41 0.37
Hex 41 37 84 33 3A 0 30 F8 29 25
Octal 101 67 204 63 72 0 60 370 51 45
Binary 1000001 110111 10000100 110011 111010 0 110000 11111000 101001 100101

Color Harmonies of #413784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413784

Black with #413784

Text Example


Text Example

White with #413784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413784; }

 p { color: rgb(65,55,132); }

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

background-color css

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

 a { background-color: rgb(65,55,132); }

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

border-color css

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

 span { border-color: rgb(65,55,132); }

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