#421359

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

Shades of Scarlet Gum #421359

Tints of Scarlet Gum #421359

Color information

#421359 (or 0x421359) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 59. RGB value is (66,19,89). Sum of RGB (Red+Green+Blue) = 66+19+89=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #421359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421359 is #BDECA6. Grayscale: #282828. Windows color (decimal): -12446887 or 5837634. OLE color: 5837634.

HSL color Cylindrical-coordinate representation of color #421359: hue angle of 280.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421359 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB661989-
CMYK0.260.7900.65
HSL280.29º64.81%21.18%-
HSV(B)280.29º78.65%34.9%-
XYZ4.282.359.68-
YUV41.03155.07145.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=37.93%
G=10.92%
B=51.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6619890.260.7900.65280.2964.8121.18
Hex4213591A4F0411184115
Octal1022313132117010143010125
Binary100001010011101100111010100111101000001100011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421359; }

 p { color: rgb(66,19,89); }

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

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

 a { background-color: rgb(66,19,89); }

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

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

 span { border-color: rgb(66,19,89); }

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