#410758

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

Shades of Scarlet Gum #410758

Tints of Scarlet Gum #410758

Color information

#410758 (or 0x410758) is unknown color: approx Scarlet Gum. HEX triplet: 41, 07 and 58. RGB value is (65,7,88). Sum of RGB (Red+Green+Blue) = 65+7+88=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #410758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410758 is #BEF8A7. Grayscale: #212121. Windows color (decimal): -12515496 or 5769025. OLE color: 5769025.

HSL color Cylindrical-coordinate representation of color #410758: hue angle of 282.96º degrees, saturation: 0.85, 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 #410758 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65788-
CMYK0.260.9200.65
HSL282.96º85.26%18.63%-
HSV(B)282.96º92.05%34.51%-
XYZ4.021.989.4-
YUV33.58158.72150.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 88 (34.77% from 255) = 55%
R=40.62%
G=4.38%
B=55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal657880.260.9200.65282.9685.2618.63
Hex417581A5C04111b5513
Octal101713032134010143312523
Binary1000001111101100011010101110001000001100011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410758; }

 p { color: rgb(65,7,88); }

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

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

 a { background-color: rgb(65,7,88); }

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

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

 span { border-color: rgb(65,7,88); }

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