Html Css Color HEX #461D58 Scarlet Gum

📋 copy color: '#461D58'

red 70 ◦ green 29 ◦ blue 88

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

Shades of Scarlet Gum #461D58

Tints of Scarlet Gum #461D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 37.43%
G = 15.51%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461D58 (or 0x461D58) is known color: Scarlet Gum. HEX triplet: 46, 1D and 58. RGB value is (70,29,88). Sum of RGB (Red+Green+Blue) = 70+29+88=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #461D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D58 is #B9E2A7. Grayscale: #2F2F2F. Windows color (decimal): -12182184 or 5774662. OLE color: 5774662.

HSL color Cylindrical-coordinate representation of color #461D58: hue angle of 281.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461D58 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 29 88 -
CMYK 0.20 0.67 0 0.65
HSL 281.69º 0.5% 0.23% -
HSV(B) 281.69º 0.67% 0.35% -
XYZ 4.73 2.89 9.54 -
YUV 47.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 70 29 88 0.20 0.67 0 0.65 281.69 0.5 0.23
Hex 46 1D 58 14 43 0 41 11A 32 17
Octal 106 35 130 24 103 0 101 432 62 27
Binary 1000110 11101 1011000 10100 1000011 0 1000001 100011010 110010 10111

Color Harmonies of #461D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D58

Black with #461D58

Text Example


Text Example

White with #461D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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