#42235C

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

Shades of Scarlet Gum #42235C

Tints of Scarlet Gum #42235C

Color information

#42235C (or 0x42235C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 5C. RGB value is (66,35,92). Sum of RGB (Red+Green+Blue) = 66+35+92=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #42235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42235C is #BDDCA3. Grayscale: #323232. Windows color (decimal): -12442788 or 6038338. OLE color: 6038338.

HSL color Cylindrical-coordinate representation of color #42235C: hue angle of 272.63º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42235C is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663592-
CMYK0.280.6200.64
HSL272.63º44.88%24.9%-
HSV(B)272.63º61.96%36.08%-
XYZ4.783.1310.48-
YUV50.77151.27138.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=34.20%
G=18.13%
B=47.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6635920.280.6200.64272.6344.8824.9
Hex42235C1C3E0401112d19
Octal10243134347601004215531
Binary10000101000111011100111001111100100000010001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42235C; }

 p { color: rgb(66,35,92); }

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

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

 a { background-color: rgb(66,35,92); }

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

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

 span { border-color: rgb(66,35,92); }

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