#422358

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

Shades of Scarlet Gum #422358

Tints of Scarlet Gum #422358

Color information

#422358 (or 0x422358) is unknown color: approx Scarlet Gum. HEX triplet: 42, 23 and 58. RGB value is (66,35,88). Sum of RGB (Red+Green+Blue) = 66+35+88=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #422358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422358 is #BDDCA7. Grayscale: #323232. Windows color (decimal): -12442792 or 5776194. OLE color: 5776194.

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

Color convert

RGB663588-
CMYK0.250.6000.65
HSL275.09º43.09%24.12%-
HSV(B)275.09º60.23%34.51%-
XYZ4.613.069.58-
YUV50.31149.27139.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=34.92%
G=18.52%
B=46.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6635880.250.6000.65275.0943.0924.12
Hex422358193C0411132b18
Octal10243130317401014235330
Binary10000101000111011000110011111000100000110001001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422358; }

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

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

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

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

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

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

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

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