Html Css Color HEX #3F1058 Scarlet Gum

📋 copy color: '#3F1058'

red 63 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #3F1058

Tints of Scarlet Gum #3F1058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 37.72%
G = 9.58%
B = 52.69%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F1058 (or 0x3F1058) is known color: Scarlet Gum. HEX triplet: 3F, 10 and 58. RGB value is (63,16,88). Sum of RGB (Red+Green+Blue) = 63+16+88=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1058 is #C0EFA7. Grayscale: #262626. Windows color (decimal): -12644264 or 5771327. OLE color: 5771327.

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

Color convert

RGB 63 16 88 -
CMYK 0.28 0.82 0 0.65
HSL 279.17º 0.69% 0.2% -
HSV(B) 279.17º 0.82% 0.35% -
XYZ 4 2.13 9.43 -
YUV 38.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 63 16 88 0.28 0.82 0 0.65 279.17 0.69 0.2
Hex 3F 10 58 1C 52 0 41 117 45 14
Octal 77 20 130 34 122 0 101 427 105 24
Binary 111111 10000 1011000 11100 1010010 0 1000001 100010111 1000101 10100

Color Harmonies of #3F1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1058

Black with #3F1058

Text Example


Text Example

White with #3F1058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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