#422158

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

Shades of Scarlet Gum #422158

Tints of Scarlet Gum #422158

Color information

#422158 (or 0x422158) is unknown color: approx Scarlet Gum. HEX triplet: 42, 21 and 58. RGB value is (66,33,88). Sum of RGB (Red+Green+Blue) = 66+33+88=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #422158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422158 is #BDDEA7. Grayscale: #303030. Windows color (decimal): -12443304 or 5775682. OLE color: 5775682.

HSL color Cylindrical-coordinate representation of color #422158: hue angle of 276º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422158 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB663388-
CMYK0.250.6200.65
HSL276º45.45%23.73%-
HSV(B)276º62.5%34.51%-
XYZ4.552.959.56-
YUV49.14149.93140.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6633880.250.6200.6527645.4523.73
Hex422158193E0411142d18
Octal10241130317601014245530
Binary10000101000011011000110011111100100000110001010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422158; }

 p { color: rgb(66,33,88); }

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

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

 a { background-color: rgb(66,33,88); }

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

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

 span { border-color: rgb(66,33,88); }

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