Html Css Color HEX #3F2D87 Dark Slate Blue

📋 copy color: '#3F2D87'

red 63 ◦ green 45 ◦ blue 135

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

Shades of Dark Slate Blue #3F2D87

Tints of Dark Slate Blue #3F2D87

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 25.93%
G = 18.52%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F2D87 (or 0x3F2D87) is known color: Dark Slate Blue. HEX triplet: 3F, 2D and 87. RGB value is (63,45,135). Sum of RGB (Red+Green+Blue) = 63+45+135=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F2D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2D87 is #C0D278. Grayscale: #3C3C3C. Windows color (decimal): -12636793 or 8858943. OLE color: 8858943.

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

Color convert

RGB 63 45 135 -
CMYK 0.53 0.67 0 0.47
HSL 252º 0.5% 0.35% -
HSV(B) 252º 0.67% 0.53% -
XYZ 7.36 4.68 23.44 -
YUV 60.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 63 45 135 0.53 0.67 0 0.47 252 0.5 0.35
Hex 3F 2D 87 35 43 0 2F FC 32 23
Octal 77 55 207 65 103 0 57 374 62 43
Binary 111111 101101 10000111 110101 1000011 0 101111 11111100 110010 100011

Color Harmonies of #3F2D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2D87

Black with #3F2D87

Text Example


Text Example

White with #3F2D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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