Html Css Color HEX #3F3191 Dark Slate Blue

📋 copy color: '#3F3191'

red 63 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #3F3191

Tints of Dark Slate Blue #3F3191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 24.51%
G = 19.07%
B = 56.42%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F3191 (or 0x3F3191) is known color: Dark Slate Blue. HEX triplet: 3F, 31 and 91. RGB value is (63,49,145). Sum of RGB (Red+Green+Blue) = 63+49+145=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F3191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3191 is #C0CE6E. Grayscale: #3F3F3F. Windows color (decimal): -12635759 or 9515327. OLE color: 9515327.

HSL color Cylindrical-coordinate representation of color #3F3191: hue angle of 248.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3191 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 49 145 -
CMYK 0.57 0.66 0 0.43
HSL 248.75º 0.49% 0.38% -
HSV(B) 248.75º 0.66% 0.57% -
XYZ 8.26 5.3 27.38 -
YUV 64.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 63 49 145 0.57 0.66 0 0.43 248.75 0.49 0.38
Hex 3F 31 91 39 42 0 2B F9 31 26
Octal 77 61 221 71 102 0 53 371 61 46
Binary 111111 110001 10010001 111001 1000010 0 101011 11111001 110001 100110

Color Harmonies of #3F3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3191

Black with #3F3191

Text Example


Text Example

White with #3F3191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,145); }

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

background-color css

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

 a { background-color: rgb(63,49,145); }

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

border-color css

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

 span { border-color: rgb(63,49,145); }

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