Html Css Color HEX #461558 Scarlet Gum

📋 copy color: '#461558'

red 70 ◦ green 21 ◦ blue 88

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

Shades of Scarlet Gum #461558

Tints of Scarlet Gum #461558

RGB

 RED value IS 70 (27.73% from 255) = 39.11%

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 39.11%
G = 11.73%
B = 49.16%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461558 (or 0x461558) is known color: Scarlet Gum. HEX triplet: 46, 15 and 58. RGB value is (70,21,88). Sum of RGB (Red+Green+Blue) = 70+21+88=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #461558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461558 is #B9EAA7. Grayscale: #2B2B2B. Windows color (decimal): -12184232 or 5772614. OLE color: 5772614.

HSL color Cylindrical-coordinate representation of color #461558: hue angle of 283.88º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461558 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 21 88 -
CMYK 0.20 0.76 0 0.65
HSL 283.88º 0.61% 0.21% -
HSV(B) 283.88º 0.76% 0.35% -
XYZ 4.56 2.54 9.48 -
YUV 43.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 70 21 88 0.20 0.76 0 0.65 283.88 0.61 0.21
Hex 46 15 58 14 4C 0 41 11C 3D 15
Octal 106 25 130 24 114 0 101 434 75 25
Binary 1000110 10101 1011000 10100 1001100 0 1000001 100011100 111101 10101

Color Harmonies of #461558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461558

Black with #461558

Text Example


Text Example

White with #461558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461558; }

 p { color: rgb(70,21,88); }

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

background-color css

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

 a { background-color: rgb(70,21,88); }

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

border-color css

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

 span { border-color: rgb(70,21,88); }

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