Html Css Color HEX #42205A Scarlet Gum

📋 copy color: '#42205A'

red 66 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #42205A

Tints of Scarlet Gum #42205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 35.11%
G = 17.02%
B = 47.87%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42205A (or 0x42205A) is known color: Scarlet Gum. HEX triplet: 42, 20 and 5A. RGB value is (66,32,90). Sum of RGB (Red+Green+Blue) = 66+32+90=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #42205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42205A is #BDDFA5. Grayscale: #303030. Windows color (decimal): -12443558 or 5906498. OLE color: 5906498.

HSL color Cylindrical-coordinate representation of color #42205A: hue angle of 275.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42205A is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 32 90 -
CMYK 0.27 0.64 0 0.65
HSL 275.17º 0.48% 0.24% -
HSV(B) 275.17º 0.64% 0.35% -
XYZ 4.61 2.93 10 -
YUV 48.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 66 32 90 0.27 0.64 0 0.65 275.17 0.48 0.24
Hex 42 20 5A 1B 40 0 41 113 30 18
Octal 102 40 132 33 100 0 101 423 60 30
Binary 1000010 100000 1011010 11011 1000000 0 1000001 100010011 110000 11000

Color Harmonies of #42205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42205A

Black with #42205A

Text Example


Text Example

White with #42205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42205A; }

 p { color: rgb(66,32,90); }

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

background-color css

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

 a { background-color: rgb(66,32,90); }

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

border-color css

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

 span { border-color: rgb(66,32,90); }

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