Html Css Color HEX #3F328D Dark Slate Blue

📋 copy color: '#3F328D'

red 63 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #3F328D

Tints of Dark Slate Blue #3F328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 24.8%
G = 19.69%
B = 55.51%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F328D (or 0x3F328D) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 8D. RGB value is (63,50,141). Sum of RGB (Red+Green+Blue) = 63+50+141=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F328D is #C0CD72. Grayscale: #3F3F3F. Windows color (decimal): -12635507 or 9253439. OLE color: 9253439.

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

Color convert

RGB 63 50 141 -
CMYK 0.55 0.65 0 0.45
HSL 248.57º 0.48% 0.37% -
HSV(B) 248.57º 0.65% 0.55% -
XYZ 8 5.26 25.79 -
YUV 64.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 63 50 141 0.55 0.65 0 0.45 248.57 0.48 0.37
Hex 3F 32 8D 37 41 0 2D F9 30 25
Octal 77 62 215 67 101 0 55 371 60 45
Binary 111111 110010 10001101 110111 1000001 0 101101 11111001 110000 100101

Color Harmonies of #3F328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F328D

Black with #3F328D

Text Example


Text Example

White with #3F328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,141); }

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

background-color css

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

 a { background-color: rgb(63,50,141); }

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

border-color css

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

 span { border-color: rgb(63,50,141); }

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