Html Css Color HEX #462661 Scarlet Gum

📋 copy color: '#462661'

red 70 ◦ green 38 ◦ blue 97

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

Shades of Scarlet Gum #462661

Tints of Scarlet Gum #462661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 34.15%
G = 18.54%
B = 47.32%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462661 (or 0x462661) is known color: Scarlet Gum. HEX triplet: 46, 26 and 61. RGB value is (70,38,97). Sum of RGB (Red+Green+Blue) = 70+38+97=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #462661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462661 is #B9D99E. Grayscale: #363636. Windows color (decimal): -12179871 or 6366790. OLE color: 6366790.

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

Color convert

RGB 70 38 97 -
CMYK 0.28 0.61 0 0.62
HSL 272.54º 0.44% 0.26% -
HSV(B) 272.54º 0.61% 0.38% -
XYZ 5.38 3.55 11.71 -
YUV 54.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 70 38 97 0.28 0.61 0 0.62 272.54 0.44 0.26
Hex 46 26 61 1C 3D 0 3E 111 2C 1A
Octal 106 46 141 34 75 0 76 421 54 32
Binary 1000110 100110 1100001 11100 111101 0 111110 100010001 101100 11010

Color Harmonies of #462661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462661

Black with #462661

Text Example


Text Example

White with #462661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462661; }

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

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

background-color css

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

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

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

border-color css

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

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

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