Html Css Color HEX #3F3387 Dark Slate Blue

📋 copy color: '#3F3387'

red 63 ◦ green 51 ◦ blue 135

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

Shades of Dark Slate Blue #3F3387

Tints of Dark Slate Blue #3F3387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 25.3%
G = 20.48%
B = 54.22%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F3387 (or 0x3F3387) is known color: Dark Slate Blue. HEX triplet: 3F, 33 and 87. RGB value is (63,51,135). Sum of RGB (Red+Green+Blue) = 63+51+135=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3387 is #C0CC78. Grayscale: #3F3F3F. Windows color (decimal): -12635257 or 8860479. OLE color: 8860479.

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

Color convert

RGB 63 51 135 -
CMYK 0.53 0.62 0 0.47
HSL 248.57º 0.45% 0.36% -
HSV(B) 248.57º 0.62% 0.53% -
XYZ 7.61 5.17 23.52 -
YUV 64.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 63 51 135 0.53 0.62 0 0.47 248.57 0.45 0.36
Hex 3F 33 87 35 3E 0 2F F9 2D 24
Octal 77 63 207 65 76 0 57 371 55 44
Binary 111111 110011 10000111 110101 111110 0 101111 11111001 101101 100100

Color Harmonies of #3F3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3387

Black with #3F3387

Text Example


Text Example

White with #3F3387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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