Html Css Color HEX #3F328A Dark Slate Blue

📋 copy color: '#3F328A'

red 63 ◦ green 50 ◦ blue 138

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

Shades of Dark Slate Blue #3F328A

Tints of Dark Slate Blue #3F328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 25.1%
G = 19.92%
B = 54.98%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F328A (or 0x3F328A) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 8A. RGB value is (63,50,138). Sum of RGB (Red+Green+Blue) = 63+50+138=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F328A is #C0CD75. Grayscale: #3F3F3F. Windows color (decimal): -12635510 or 9056831. OLE color: 9056831.

HSL color Cylindrical-coordinate representation of color #3F328A: hue angle of 248.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F328A is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 50 138 -
CMYK 0.54 0.64 0 0.46
HSL 248.86º 0.47% 0.37% -
HSV(B) 248.86º 0.64% 0.54% -
XYZ 7.78 5.17 24.63 -
YUV 63.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 63 50 138 0.54 0.64 0 0.46 248.86 0.47 0.37
Hex 3F 32 8A 36 40 0 2E F9 2F 25
Octal 77 62 212 66 100 0 56 371 57 45
Binary 111111 110010 10001010 110110 1000000 0 101110 11111001 101111 100101

Color Harmonies of #3F328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F328A

Black with #3F328A

Text Example


Text Example

White with #3F328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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