Html Css Color HEX #3F3392 Dark Slate Blue

📋 copy color: '#3F3392'

red 63 ◦ green 51 ◦ blue 146

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

Shades of Dark Slate Blue #3F3392

Tints of Dark Slate Blue #3F3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 24.23%
G = 19.62%
B = 56.15%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F3392 (or 0x3F3392) is known color: Dark Slate Blue. HEX triplet: 3F, 33 and 92. RGB value is (63,51,146). Sum of RGB (Red+Green+Blue) = 63+51+146=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3392 is #C0CC6D. Grayscale: #414141. Windows color (decimal): -12635246 or 9581375. OLE color: 9581375.

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

Color convert

RGB 63 51 146 -
CMYK 0.57 0.65 0 0.43
HSL 247.58º 0.48% 0.39% -
HSV(B) 247.58º 0.65% 0.57% -
XYZ 8.42 5.5 27.81 -
YUV 65.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 63 51 146 0.57 0.65 0 0.43 247.58 0.48 0.39
Hex 3F 33 92 39 41 0 2B F8 30 27
Octal 77 63 222 71 101 0 53 370 60 47
Binary 111111 110011 10010010 111001 1000001 0 101011 11111000 110000 100111

Color Harmonies of #3F3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3392

Black with #3F3392

Text Example


Text Example

White with #3F3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,146); }

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

background-color css

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

 a { background-color: rgb(63,51,146); }

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

border-color css

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

 span { border-color: rgb(63,51,146); }

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