Html Css Color HEX #3F2D89 Dark Slate Blue

📋 copy color: '#3F2D89'

red 63 ◦ green 45 ◦ blue 137

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

Shades of Dark Slate Blue #3F2D89

Tints of Dark Slate Blue #3F2D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 25.71%
G = 18.37%
B = 55.92%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F2D89 (or 0x3F2D89) is known color: Dark Slate Blue. HEX triplet: 3F, 2D and 89. RGB value is (63,45,137). Sum of RGB (Red+Green+Blue) = 63+45+137=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2D89 is #C0D276. Grayscale: #3C3C3C. Windows color (decimal): -12636791 or 8990015. OLE color: 8990015.

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

Color convert

RGB 63 45 137 -
CMYK 0.54 0.67 0 0.46
HSL 251.74º 0.51% 0.36% -
HSV(B) 251.74º 0.67% 0.54% -
XYZ 7.5 4.74 24.19 -
YUV 60.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 63 45 137 0.54 0.67 0 0.46 251.74 0.51 0.36
Hex 3F 2D 89 36 43 0 2E FC 33 24
Octal 77 55 211 66 103 0 56 374 63 44
Binary 111111 101101 10001001 110110 1000011 0 101110 11111100 110011 100100

Color Harmonies of #3F2D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2D89

Black with #3F2D89

Text Example


Text Example

White with #3F2D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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