Html Css Color HEX #3E1057 Scarlet Gum

📋 copy color: '#3E1057'

red 62 ◦ green 16 ◦ blue 87

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

Shades of Scarlet Gum #3E1057

Tints of Scarlet Gum #3E1057

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

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

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 37.58%
G = 9.7%
B = 52.73%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E1057 (or 0x3E1057) is known color: Scarlet Gum. HEX triplet: 3E, 10 and 57. RGB value is (62,16,87). Sum of RGB (Red+Green+Blue) = 62+16+87=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1057 is #C1EFA8. Grayscale: #252525. Windows color (decimal): -12709801 or 5705790. OLE color: 5705790.

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

Color convert

RGB 62 16 87 -
CMYK 0.29 0.82 0 0.66
HSL 278.87º 0.69% 0.2% -
HSV(B) 278.87º 0.82% 0.34% -
XYZ 3.89 2.08 9.21 -
YUV 37.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 62 16 87 0.29 0.82 0 0.66 278.87 0.69 0.2
Hex 3E 10 57 1D 52 0 42 117 45 14
Octal 76 20 127 35 122 0 102 427 105 24
Binary 111110 10000 1010111 11101 1010010 0 1000010 100010111 1000101 10100

Color Harmonies of #3E1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1057

Black with #3E1057

Text Example


Text Example

White with #3E1057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,87); }

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

background-color css

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

 a { background-color: rgb(62,16,87); }

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

border-color css

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

 span { border-color: rgb(62,16,87); }

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