Html Css Color HEX #461261 Scarlet Gum

📋 copy color: '#461261'

red 70 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #461261

Tints of Scarlet Gum #461261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 37.84%
G = 9.73%
B = 52.43%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461261 (or 0x461261) is known color: Scarlet Gum. HEX triplet: 46, 12 and 61. RGB value is (70,18,97). Sum of RGB (Red+Green+Blue) = 70+18+97=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #461261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461261 is #B9ED9E. Grayscale: #2A2A2A. Windows color (decimal): -12184991 or 6361670. OLE color: 6361670.

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

Color convert

RGB 70 18 97 -
CMYK 0.28 0.81 0 0.62
HSL 279.49º 0.69% 0.23% -
HSV(B) 279.49º 0.81% 0.38% -
XYZ 4.9 2.6 11.55 -
YUV 42.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 70 18 97 0.28 0.81 0 0.62 279.49 0.69 0.23
Hex 46 12 61 1C 51 0 3E 117 45 17
Octal 106 22 141 34 121 0 76 427 105 27
Binary 1000110 10010 1100001 11100 1010001 0 111110 100010111 1000101 10111

Color Harmonies of #461261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461261

Black with #461261

Text Example


Text Example

White with #461261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461261; }

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

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

background-color css

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

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

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

border-color css

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

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

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