Html Css Color HEX #3F2E84 Dark Slate Blue

📋 copy color: '#3F2E84'

red 63 ◦ green 46 ◦ blue 132

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

Shades of Dark Slate Blue #3F2E84

Tints of Dark Slate Blue #3F2E84

RGB

 RED value IS 63 (25% from 255) = 26.14%

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 26.14%
G = 19.09%
B = 54.77%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F2E84 (or 0x3F2E84) is known color: Dark Slate Blue. HEX triplet: 3F, 2E and 84. RGB value is (63,46,132). Sum of RGB (Red+Green+Blue) = 63+46+132=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F2E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2E84 is #C0D17B. Grayscale: #3C3C3C. Windows color (decimal): -12636540 or 8662591. OLE color: 8662591.

HSL color Cylindrical-coordinate representation of color #3F2E84: hue angle of 251.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F2E84 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 46 132 -
CMYK 0.52 0.65 0 0.48
HSL 251.86º 0.48% 0.35% -
HSV(B) 251.86º 0.65% 0.52% -
XYZ 7.19 4.68 22.35 -
YUV 60.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 63 46 132 0.52 0.65 0 0.48 251.86 0.48 0.35
Hex 3F 2E 84 34 41 0 30 FC 30 23
Octal 77 56 204 64 101 0 60 374 60 43
Binary 111111 101110 10000100 110100 1000001 0 110000 11111100 110000 100011

Color Harmonies of #3F2E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E84

Black with #3F2E84

Text Example


Text Example

White with #3F2E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,132); }

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

background-color css

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

 a { background-color: rgb(63,46,132); }

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

border-color css

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

 span { border-color: rgb(63,46,132); }

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