Html Css Color HEX #452461 Scarlet Gum

📋 copy color: '#452461'

red 69 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #452461

Tints of Scarlet Gum #452461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

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

R = 34.16%
G = 17.82%
B = 48.02%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#452461 (or 0x452461) is known color: Scarlet Gum. HEX triplet: 45, 24 and 61. RGB value is (69,36,97). Sum of RGB (Red+Green+Blue) = 69+36+97=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #452461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452461 is #BADB9E. Grayscale: #343434. Windows color (decimal): -12245919 or 6366277. OLE color: 6366277.

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

Color convert

RGB 69 36 97 -
CMYK 0.29 0.63 0 0.62
HSL 272.46º 0.46% 0.26% -
HSV(B) 272.46º 0.63% 0.38% -
XYZ 5.24 3.39 11.69 -
YUV 52.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 69 36 97 0.29 0.63 0 0.62 272.46 0.46 0.26
Hex 45 24 61 1D 3F 0 3E 110 2E 1A
Octal 105 44 141 35 77 0 76 420 56 32
Binary 1000101 100100 1100001 11101 111111 0 111110 100010000 101110 11010

Color Harmonies of #452461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452461

Black with #452461

Text Example


Text Example

White with #452461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452461; }

 p { color: rgb(69,36,97); }

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

background-color css

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

 a { background-color: rgb(69,36,97); }

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

border-color css

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

 span { border-color: rgb(69,36,97); }

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