Html Css Color HEX #3F2E8E Dark Slate Blue

📋 copy color: '#3F2E8E'

red 63 ◦ green 46 ◦ blue 142

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

Shades of Dark Slate Blue #3F2E8E

Tints of Dark Slate Blue #3F2E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 25.1%
G = 18.33%
B = 56.57%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F2E8E (or 0x3F2E8E) is known color: Dark Slate Blue. HEX triplet: 3F, 2E and 8E. RGB value is (63,46,142). Sum of RGB (Red+Green+Blue) = 63+46+142=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F2E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2E8E is #C0D171. Grayscale: #3D3D3D. Windows color (decimal): -12636530 or 9317951. OLE color: 9317951.

HSL color Cylindrical-coordinate representation of color #3F2E8E: hue angle of 250.63º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2E8E is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 46 142 -
CMYK 0.56 0.68 0 0.44
HSL 250.63º 0.51% 0.37% -
HSV(B) 250.63º 0.68% 0.56% -
XYZ 7.91 4.96 26.13 -
YUV 62.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 63 46 142 0.56 0.68 0 0.44 250.63 0.51 0.37
Hex 3F 2E 8E 38 44 0 2C FB 33 25
Octal 77 56 216 70 104 0 54 373 63 45
Binary 111111 101110 10001110 111000 1000100 0 101100 11111011 110011 100101

Color Harmonies of #3F2E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E8E

Black with #3F2E8E

Text Example


Text Example

White with #3F2E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,142); }

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

background-color css

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

 a { background-color: rgb(63,46,142); }

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

border-color css

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

 span { border-color: rgb(63,46,142); }

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