Html Css Color HEX #3F1958 Scarlet Gum

📋 copy color: '#3F1958'

red 63 ◦ green 25 ◦ blue 88

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

Shades of Scarlet Gum #3F1958

Tints of Scarlet Gum #3F1958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 35.8%
G = 14.2%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F1958 (or 0x3F1958) is known color: Scarlet Gum. HEX triplet: 3F, 19 and 58. RGB value is (63,25,88). Sum of RGB (Red+Green+Blue) = 63+25+88=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F1958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1958 is #C0E6A7. Grayscale: #2B2B2B. Windows color (decimal): -12641960 or 5773631. OLE color: 5773631.

HSL color Cylindrical-coordinate representation of color #3F1958: hue angle of 276.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1958 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 25 88 -
CMYK 0.28 0.72 0 0.65
HSL 276.19º 0.56% 0.22% -
HSV(B) 276.19º 0.72% 0.35% -
XYZ 4.16 2.46 9.49 -
YUV 43.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 63 25 88 0.28 0.72 0 0.65 276.19 0.56 0.22
Hex 3F 19 58 1C 48 0 41 114 38 16
Octal 77 31 130 34 110 0 101 424 70 26
Binary 111111 11001 1011000 11100 1001000 0 1000001 100010100 111000 10110

Color Harmonies of #3F1958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1958

Black with #3F1958

Text Example


Text Example

White with #3F1958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,88); }

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

background-color css

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

 a { background-color: rgb(63,25,88); }

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

border-color css

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

 span { border-color: rgb(63,25,88); }

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