Html Css Color HEX #421459 Scarlet Gum

📋 copy color: '#421459'

red 66 ◦ green 20 ◦ blue 89

#421459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #421459

Tints of Scarlet Gum #421459

RGB

 RED value IS 66 (26.17% from 255) = 37.71%

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 37.71%
G = 11.43%
B = 50.86%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421459 (or 0x421459) is known color: Scarlet Gum. HEX triplet: 42, 14 and 59. RGB value is (66,20,89). Sum of RGB (Red+Green+Blue) = 66+20+89=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #421459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421459 is #BDEBA6. Grayscale: #292929. Windows color (decimal): -12446631 or 5837890. OLE color: 5837890.

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

Color convert

RGB 66 20 89 -
CMYK 0.26 0.78 0 0.65
HSL 280º 0.63% 0.21% -
HSV(B) 280º 0.78% 0.35% -
XYZ 4.3 2.38 9.68 -
YUV 41.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 66 20 89 0.26 0.78 0 0.65 280 0.63 0.21
Hex 42 14 59 1A 4E 0 41 118 3F 15
Octal 102 24 131 32 116 0 101 430 77 25
Binary 1000010 10100 1011001 11010 1001110 0 1000001 100011000 111111 10101

Color Harmonies of #421459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421459

Black with #421459

Text Example


Text Example

White with #421459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421459; }

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

 H1.HeaderClassName
 {
   color: #421459;
 }
 .AnyTagClassName
 {
   color: #421459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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