Html Css Color HEX #42205B Scarlet Gum

📋 copy color: '#42205B'

red 66 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #42205B

Tints of Scarlet Gum #42205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 34.92%
G = 16.93%
B = 48.15%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42205B (or 0x42205B) is known color: Scarlet Gum. HEX triplet: 42, 20 and 5B. RGB value is (66,32,91). Sum of RGB (Red+Green+Blue) = 66+32+91=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #42205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42205B is #BDDFA4. Grayscale: #303030. Windows color (decimal): -12443557 or 5972034. OLE color: 5972034.

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

Color convert

RGB 66 32 91 -
CMYK 0.27 0.65 0 0.64
HSL 274.58º 0.48% 0.24% -
HSV(B) 274.58º 0.65% 0.36% -
XYZ 4.65 2.95 10.22 -
YUV 48.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 66 32 91 0.27 0.65 0 0.64 274.58 0.48 0.24
Hex 42 20 5B 1B 41 0 40 113 30 18
Octal 102 40 133 33 101 0 100 423 60 30
Binary 1000010 100000 1011011 11011 1000001 0 1000000 100010011 110000 11000

Color Harmonies of #42205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42205B

Black with #42205B

Text Example


Text Example

White with #42205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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