Html Css Color HEX #3F0B58 Scarlet Gum

📋 copy color: '#3F0B58'

red 63 ◦ green 11 ◦ blue 88

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

Shades of Scarlet Gum #3F0B58

Tints of Scarlet Gum #3F0B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

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

R = 38.89%
G = 6.79%
B = 54.32%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F0B58 (or 0x3F0B58) is known color: Scarlet Gum. HEX triplet: 3F, 0B and 58. RGB value is (63,11,88). Sum of RGB (Red+Green+Blue) = 63+11+88=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B58 is #C0F4A7. Grayscale: #232323. Windows color (decimal): -12645544 or 5770047. OLE color: 5770047.

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

Color convert

RGB 63 11 88 -
CMYK 0.28 0.88 0 0.65
HSL 280.52º 0.78% 0.19% -
HSV(B) 280.52º 0.88% 0.35% -
XYZ 3.93 2 9.41 -
YUV 35.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 63 11 88 0.28 0.88 0 0.65 280.52 0.78 0.19
Hex 3F B 58 1C 58 0 41 119 4E 13
Octal 77 13 130 34 130 0 101 431 116 23
Binary 111111 1011 1011000 11100 1011000 0 1000001 100011001 1001110 10011

Color Harmonies of #3F0B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B58

Black with #3F0B58

Text Example


Text Example

White with #3F0B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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