Html Css Color HEX #3D3599 Dark Slate Blue

📋 copy color: '#3D3599'

red 61 ◦ green 53 ◦ blue 153

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

Shades of Dark Slate Blue #3D3599

Tints of Dark Slate Blue #3D3599

RGB

 RED value IS 61 (24.22% from 255) = 22.85%

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 22.85%
G = 19.85%
B = 57.3%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3D3599 (or 0x3D3599) is known color: Dark Slate Blue. HEX triplet: 3D, 35 and 99. RGB value is (61,53,153). Sum of RGB (Red+Green+Blue) = 61+53+153=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3599 is #C2CA66. Grayscale: #424242. Windows color (decimal): -12765799 or 10040637. OLE color: 10040637.

HSL color Cylindrical-coordinate representation of color #3D3599: hue angle of 244.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3599 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 53 153 -
CMYK 0.60 0.65 0 0.4
HSL 244.8º 0.49% 0.4% -
HSV(B) 244.8º 0.65% 0.6% -
XYZ 8.95 5.84 30.79 -
YUV 66.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 61 53 153 0.60 0.65 0 0.4 244.8 0.49 0.4
Hex 3D 35 99 3C 41 0 28 F5 31 28
Octal 75 65 231 74 101 0 50 365 61 50
Binary 111101 110101 10011001 111100 1000001 0 101000 11110101 110001 101000

Color Harmonies of #3D3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3599

Black with #3D3599

Text Example


Text Example

White with #3D3599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D3599; }

 p { color: rgb(61,53,153); }

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

background-color css

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

 a { background-color: rgb(61,53,153); }

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

border-color css

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

 span { border-color: rgb(61,53,153); }

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