#42075A

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

Shades of Scarlet Gum #42075A

Tints of Scarlet Gum #42075A

Color information

#42075A (or 0x42075A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 07 and 5A. RGB value is (66,7,90). Sum of RGB (Red+Green+Blue) = 66+7+90=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #42075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42075A is #BDF8A5. Grayscale: #212121. Windows color (decimal): -12449958 or 5900098. OLE color: 5900098.

HSL color Cylindrical-coordinate representation of color #42075A: hue angle of 282.65º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42075A is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66790-
CMYK0.270.9200.65
HSL282.65º85.57%19.02%-
HSV(B)282.65º92.22%35.29%-
XYZ4.172.059.85-
YUV34.1159.55150.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=40.49%
G=4.29%
B=55.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal667900.270.9200.65282.6585.5719.02
Hex4275A1B5C04111b5613
Octal102713233134010143312623
Binary1000010111101101011011101110001000001100011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42075A; }

 p { color: rgb(66,7,90); }

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

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

 a { background-color: rgb(66,7,90); }

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

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

 span { border-color: rgb(66,7,90); }

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