Html Css Color HEX #3D2C8E Dark Slate Blue

📋 copy color: '#3D2C8E'

red 61 ◦ green 44 ◦ blue 142

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

Shades of Dark Slate Blue #3D2C8E

Tints of Dark Slate Blue #3D2C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 24.7%
G = 17.81%
B = 57.49%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D2C8E (or 0x3D2C8E) is known color: Dark Slate Blue. HEX triplet: 3D, 2C and 8E. RGB value is (61,44,142). Sum of RGB (Red+Green+Blue) = 61+44+142=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D2C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2C8E is #C2D371. Grayscale: #3B3B3B. Windows color (decimal): -12768114 or 9317437. OLE color: 9317437.

HSL color Cylindrical-coordinate representation of color #3D2C8E: hue angle of 250.41º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2C8E is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 44 142 -
CMYK 0.57 0.69 0 0.44
HSL 250.41º 0.53% 0.36% -
HSV(B) 250.41º 0.69% 0.56% -
XYZ 7.71 4.75 26.1 -
YUV 60.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 61 44 142 0.57 0.69 0 0.44 250.41 0.53 0.36
Hex 3D 2C 8E 39 45 0 2C FA 35 24
Octal 75 54 216 71 105 0 54 372 65 44
Binary 111101 101100 10001110 111001 1000101 0 101100 11111010 110101 100100

Color Harmonies of #3D2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C8E

Black with #3D2C8E

Text Example


Text Example

White with #3D2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,44,142); }

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

background-color css

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

 a { background-color: rgb(61,44,142); }

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

border-color css

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

 span { border-color: rgb(61,44,142); }

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