Html Css Color HEX #461F61 Scarlet Gum

📋 copy color: '#461F61'

red 70 ◦ green 31 ◦ blue 97

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

Shades of Scarlet Gum #461F61

Tints of Scarlet Gum #461F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.66%

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

R = 35.35%
G = 15.66%
B = 48.99%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461F61 (or 0x461F61) is known color: Scarlet Gum. HEX triplet: 46, 1F and 61. RGB value is (70,31,97). Sum of RGB (Red+Green+Blue) = 70+31+97=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #461F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F61 is #B9E09E. Grayscale: #313131. Windows color (decimal): -12181663 or 6364998. OLE color: 6364998.

HSL color Cylindrical-coordinate representation of color #461F61: hue angle of 275.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461F61 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 31 97 -
CMYK 0.28 0.68 0 0.62
HSL 275.45º 0.52% 0.25% -
HSV(B) 275.45º 0.68% 0.38% -
XYZ 5.17 3.15 11.64 -
YUV 50.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 70 31 97 0.28 0.68 0 0.62 275.45 0.52 0.25
Hex 46 1F 61 1C 44 0 3E 113 34 19
Octal 106 37 141 34 104 0 76 423 64 31
Binary 1000110 11111 1100001 11100 1000100 0 111110 100010011 110100 11001

Color Harmonies of #461F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F61

Black with #461F61

Text Example


Text Example

White with #461F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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