#42254E

Color #42254E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #42254E

Tints of Scarlet Gum #42254E

Color information

#42254E (or 0x42254E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 25 and 4E. RGB value is (66,37,78). Sum of RGB (Red+Green+Blue) = 66+37+78=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #42254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42254E is #BDDAB1. Grayscale: #323232. Windows color (decimal): -12442290 or 5121346. OLE color: 5121346.

HSL color Cylindrical-coordinate representation of color #42254E: hue angle of 282.44º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42254E is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB663778-
CMYK0.150.5300.69
HSL282.44º35.65%22.55%-
HSV(B)282.44º52.56%30.59%-
XYZ4.283.037.57-
YUV50.34143.61139.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=36.46%
G=20.44%
B=43.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6637780.150.5300.69282.4435.6522.55
Hex42254EF3504511a2417
Octal10245116176501054324427
Binary1000010100101100111011111101010100010110001101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42254E; }

 p { color: rgb(66,37,78); }

 H1.HeaderClassName
 {
   color: #42254E;
 }
 .AnyTagClassName
 {
   color: #42254E;
 }
</style>
background-color css

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

 a { background-color: rgb(66,37,78); }

 div.DivClassName
 {
   background-color: #42254E;
 }
 .BgClassName
 {
   background-color: #42254E;
 }
</style>
border-color css

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

 span { border-color: rgb(66,37,78); }

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