#42235B

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

Shades of Scarlet Gum #42235B

Tints of Scarlet Gum #42235B

Color information

#42235B (or 0x42235B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 5B. RGB value is (66,35,91). Sum of RGB (Red+Green+Blue) = 66+35+91=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #42235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42235B is #BDDCA4. Grayscale: #323232. Windows color (decimal): -12442789 or 5972802. OLE color: 5972802.

HSL color Cylindrical-coordinate representation of color #42235B: hue angle of 273.21º degrees, saturation: 0.44, 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 #42235B is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663591-
CMYK0.270.6200.64
HSL273.21º44.44%24.71%-
HSV(B)273.21º61.54%35.69%-
XYZ4.743.1210.25-
YUV50.65150.77138.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=34.38%
G=18.23%
B=47.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6635910.270.6200.64273.2144.4424.71
Hex42235B1B3E0401112c19
Octal10243133337601004215431
Binary10000101000111011011110111111100100000010001000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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