Html Css Color HEX #3F3680 Dark Slate Blue

📋 copy color: '#3F3680'

red 63 ◦ green 54 ◦ blue 128

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

Shades of Dark Slate Blue #3F3680

Tints of Dark Slate Blue #3F3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 25.71%
G = 22.04%
B = 52.24%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F3680 (or 0x3F3680) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 80. RGB value is (63,54,128). Sum of RGB (Red+Green+Blue) = 63+54+128=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F3680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3680 is #C0C97F. Grayscale: #404040. Windows color (decimal): -12634496 or 8402495. OLE color: 8402495.

HSL color Cylindrical-coordinate representation of color #3F3680: hue angle of 247.3º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3680 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 54 128 -
CMYK 0.51 0.58 0 0.50
HSL 247.3º 0.41% 0.36% -
HSV(B) 247.3º 0.58% 0.5% -
XYZ 7.27 5.25 21.05 -
YUV 65.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 63 54 128 0.51 0.58 0 0.50 247.3 0.41 0.36
Hex 3F 36 80 33 3A 0 32 F7 29 24
Octal 77 66 200 63 72 0 62 367 51 44
Binary 111111 110110 10000000 110011 111010 0 110010 11110111 101001 100100

Color Harmonies of #3F3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3680

Black with #3F3680

Text Example


Text Example

White with #3F3680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,128); }

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

background-color css

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

 a { background-color: rgb(63,54,128); }

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

border-color css

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

 span { border-color: rgb(63,54,128); }

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