#42055B

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

Shades of Scarlet Gum #42055B

Tints of Scarlet Gum #42055B

Color information

#42055B (or 0x42055B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 05 and 5B. RGB value is (66,5,91). Sum of RGB (Red+Green+Blue) = 66+5+91=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #42055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055B is #BDFAA4. Grayscale: #202020. Windows color (decimal): -12450469 or 5965122. OLE color: 5965122.

HSL color Cylindrical-coordinate representation of color #42055B: hue angle of 282.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42055B is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66591-
CMYK0.270.9500.64
HSL282.56º89.58%18.82%-
HSV(B)282.56º94.51%35.69%-
XYZ4.192.0210.07-
YUV33.04160.71151.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=40.74%
G=3.09%
B=56.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal665910.270.9500.64282.5689.5818.82
Hex4255B1B5F04011b5a13
Octal102513333137010043313223
Binary1000010101101101111011101111101000000100011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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