Html Css Color HEX #421659 Scarlet Gum

📋 copy color: '#421659'

red 66 ◦ green 22 ◦ blue 89

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

Shades of Scarlet Gum #421659

Tints of Scarlet Gum #421659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 37.29%
G = 12.43%
B = 50.28%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421659 (or 0x421659) is known color: Scarlet Gum. HEX triplet: 42, 16 and 59. RGB value is (66,22,89). Sum of RGB (Red+Green+Blue) = 66+22+89=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #421659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421659 is #BDE9A6. Grayscale: #2A2A2A. Windows color (decimal): -12446119 or 5838402. OLE color: 5838402.

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

Color convert

RGB 66 22 89 -
CMYK 0.26 0.75 0 0.65
HSL 279.4º 0.6% 0.22% -
HSV(B) 279.4º 0.75% 0.35% -
XYZ 4.34 2.45 9.7 -
YUV 42.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 66 22 89 0.26 0.75 0 0.65 279.4 0.6 0.22
Hex 42 16 59 1A 4B 0 41 117 3C 16
Octal 102 26 131 32 113 0 101 427 74 26
Binary 1000010 10110 1011001 11010 1001011 0 1000001 100010111 111100 10110

Color Harmonies of #421659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421659

Black with #421659

Text Example


Text Example

White with #421659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421659; }

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

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

background-color css

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

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

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

border-color css

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

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

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