Html Css Color HEX #413788 Dark Slate Blue

📋 copy color: '#413788'

red 65 ◦ green 55 ◦ blue 136

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

Shades of Dark Slate Blue #413788

Tints of Dark Slate Blue #413788

RGB

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

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

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

R = 25.39%
G = 21.48%
B = 53.13%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413788 (or 0x413788) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 88. RGB value is (65,55,136). Sum of RGB (Red+Green+Blue) = 65+55+136=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #413788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413788 is #BEC877. Grayscale: #424242. Windows color (decimal): -12503160 or 8927041. OLE color: 8927041.

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

Color convert

RGB 65 55 136 -
CMYK 0.52 0.60 0 0.47
HSL 247.41º 0.42% 0.37% -
HSV(B) 247.41º 0.6% 0.53% -
XYZ 7.99 5.63 23.96 -
YUV 67.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 65 55 136 0.52 0.60 0 0.47 247.41 0.42 0.37
Hex 41 37 88 34 3C 0 2F F7 2A 25
Octal 101 67 210 64 74 0 57 367 52 45
Binary 1000001 110111 10001000 110100 111100 0 101111 11110111 101010 100101

Color Harmonies of #413788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413788

Black with #413788

Text Example


Text Example

White with #413788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413788; }

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

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

background-color css

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

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

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

border-color css

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

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

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