Html Css Color HEX #421359 Scarlet Gum

📋 copy color: '#421359'

red 66 ◦ green 19 ◦ blue 89

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

Shades of Scarlet Gum #421359

Tints of Scarlet Gum #421359

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 value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421359 (or 0x421359) is known color: 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

RGB 66 19 89 -
CMYK 0.26 0.79 0 0.65
HSL 280.29º 0.65% 0.21% -
HSV(B) 280.29º 0.79% 0.35% -
XYZ 4.28 2.35 9.68 -
YUV 41.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 66 19 89 0.26 0.79 0 0.65 280.29 0.65 0.21
Hex 42 13 59 1A 4F 0 41 118 41 15
Octal 102 23 131 32 117 0 101 430 101 25
Binary 1000010 10011 1011001 11010 1001111 0 1000001 100011000 1000001 10101

Color Harmonies of #421359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421359

Black with #421359

Text Example


Text Example

White with #421359

Text Example


Text Example

HTML Codes & Css Web 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>