Html Css Color HEX #3F1752 Scarlet Gum

📋 copy color: '#3F1752'

red 63 ◦ green 23 ◦ blue 82

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

Shades of Scarlet Gum #3F1752

Tints of Scarlet Gum #3F1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 82 (32.42% from 255) = 48.81%

R = 37.5%
G = 13.69%
B = 48.81%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1752 (or 0x3F1752) is known color: Scarlet Gum. HEX triplet: 3F, 17 and 52. RGB value is (63,23,82). Sum of RGB (Red+Green+Blue) = 63+23+82=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F1752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1752 is #C0E8AD. Grayscale: #292929. Windows color (decimal): -12642478 or 5379903. OLE color: 5379903.

HSL color Cylindrical-coordinate representation of color #3F1752: hue angle of 280.68º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1752 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 23 82 -
CMYK 0.23 0.72 0 0.68
HSL 280.68º 0.56% 0.21% -
HSV(B) 280.68º 0.72% 0.32% -
XYZ 3.88 2.28 8.22 -
YUV 41.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 63 23 82 0.23 0.72 0 0.68 280.68 0.56 0.21
Hex 3F 17 52 17 48 0 44 119 38 15
Octal 77 27 122 27 110 0 104 431 70 25
Binary 111111 10111 1010010 10111 1001000 0 1000100 100011001 111000 10101

Color Harmonies of #3F1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1752

Black with #3F1752

Text Example


Text Example

White with #3F1752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,82); }

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

background-color css

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

 a { background-color: rgb(63,23,82); }

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

border-color css

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

 span { border-color: rgb(63,23,82); }

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