Html Css Color HEX #451962 Scarlet Gum

📋 copy color: '#451962'

red 69 ◦ green 25 ◦ blue 98

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

Shades of Scarlet Gum #451962

Tints of Scarlet Gum #451962

RGB

 RED value IS 69 (27.34% from 255) = 35.94%

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 35.94%
G = 13.02%
B = 51.04%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#451962 (or 0x451962) is known color: Scarlet Gum. HEX triplet: 45, 19 and 62. RGB value is (69,25,98). Sum of RGB (Red+Green+Blue) = 69+25+98=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #451962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451962 is #BAE69D. Grayscale: #2E2E2E. Windows color (decimal): -12248734 or 6428997. OLE color: 6428997.

HSL color Cylindrical-coordinate representation of color #451962: hue angle of 276.16º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451962 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 25 98 -
CMYK 0.30 0.74 0 0.62
HSL 276.16º 0.59% 0.24% -
HSV(B) 276.16º 0.74% 0.38% -
XYZ 5.01 2.84 11.84 -
YUV 46.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 69 25 98 0.30 0.74 0 0.62 276.16 0.59 0.24
Hex 45 19 62 1E 4A 0 3E 114 3B 18
Octal 105 31 142 36 112 0 76 424 73 30
Binary 1000101 11001 1100010 11110 1001010 0 111110 100010100 111011 11000

Color Harmonies of #451962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451962

Black with #451962

Text Example


Text Example

White with #451962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451962; }

 p { color: rgb(69,25,98); }

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

background-color css

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

 a { background-color: rgb(69,25,98); }

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

border-color css

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

 span { border-color: rgb(69,25,98); }

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