Html Css Color HEX #461661 Scarlet Gum

📋 copy color: '#461661'

red 70 ◦ green 22 ◦ blue 97

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

Shades of Scarlet Gum #461661

Tints of Scarlet Gum #461661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 37.04%
G = 11.64%
B = 51.32%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461661 (or 0x461661) is known color: Scarlet Gum. HEX triplet: 46, 16 and 61. RGB value is (70,22,97). Sum of RGB (Red+Green+Blue) = 70+22+97=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #461661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461661 is #B9E99E. Grayscale: #2C2C2C. Windows color (decimal): -12183967 or 6362694. OLE color: 6362694.

HSL color Cylindrical-coordinate representation of color #461661: hue angle of 278.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461661 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 22 97 -
CMYK 0.28 0.77 0 0.62
HSL 278.4º 0.63% 0.23% -
HSV(B) 278.4º 0.77% 0.38% -
XYZ 4.97 2.74 11.58 -
YUV 44.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 70 22 97 0.28 0.77 0 0.62 278.4 0.63 0.23
Hex 46 16 61 1C 4D 0 3E 116 3F 17
Octal 106 26 141 34 115 0 76 426 77 27
Binary 1000110 10110 1100001 11100 1001101 0 111110 100010110 111111 10111

Color Harmonies of #461661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461661

Black with #461661

Text Example


Text Example

White with #461661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461661; }

 p { color: rgb(70,22,97); }

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

background-color css

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

 a { background-color: rgb(70,22,97); }

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

border-color css

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

 span { border-color: rgb(70,22,97); }

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