Html Css Color HEX #420F55 Scarlet Gum

📋 copy color: '#420F55'

red 66 ◦ green 15 ◦ blue 85

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

Shades of Scarlet Gum #420F55

Tints of Scarlet Gum #420F55

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 39.76%
G = 9.04%
B = 51.2%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420F55 (or 0x420F55) is known color: Scarlet Gum. HEX triplet: 42, 0F and 55. RGB value is (66,15,85). Sum of RGB (Red+Green+Blue) = 66+15+85=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #420F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F55 is #BDF0AA. Grayscale: #262626. Windows color (decimal): -12447915 or 5574466. OLE color: 5574466.

HSL color Cylindrical-coordinate representation of color #420F55: hue angle of 283.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #420F55 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 15 85 -
CMYK 0.22 0.82 0 0.67
HSL 283.71º 0.7% 0.2% -
HSV(B) 283.71º 0.82% 0.33% -
XYZ 4.06 2.16 8.8 -
YUV 38.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 66 15 85 0.22 0.82 0 0.67 283.71 0.7 0.2
Hex 42 F 55 16 52 0 43 11C 46 14
Octal 102 17 125 26 122 0 103 434 106 24
Binary 1000010 1111 1010101 10110 1010010 0 1000011 100011100 1000110 10100

Color Harmonies of #420F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F55

Black with #420F55

Text Example


Text Example

White with #420F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420F55; }

 p { color: rgb(66,15,85); }

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

background-color css

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

 a { background-color: rgb(66,15,85); }

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

border-color css

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

 span { border-color: rgb(66,15,85); }

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