Html Css Color HEX #42155E Scarlet Gum

📋 copy color: '#42155E'

red 66 ◦ green 21 ◦ blue 94

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

Shades of Scarlet Gum #42155E

Tints of Scarlet Gum #42155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 36.46%
G = 11.6%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42155E (or 0x42155E) is known color: Scarlet Gum. HEX triplet: 42, 15 and 5E. RGB value is (66,21,94). Sum of RGB (Red+Green+Blue) = 66+21+94=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #42155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42155E is #BDEAA1. Grayscale: #2A2A2A. Windows color (decimal): -12446370 or 6165826. OLE color: 6165826.

HSL color Cylindrical-coordinate representation of color #42155E: hue angle of 276.99º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42155E is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 21 94 -
CMYK 0.30 0.78 0 0.63
HSL 276.99º 0.63% 0.23% -
HSV(B) 276.99º 0.78% 0.37% -
XYZ 4.54 2.5 10.83 -
YUV 42.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 66 21 94 0.30 0.78 0 0.63 276.99 0.63 0.23
Hex 42 15 5E 1E 4E 0 3F 115 3F 17
Octal 102 25 136 36 116 0 77 425 77 27
Binary 1000010 10101 1011110 11110 1001110 0 111111 100010101 111111 10111

Color Harmonies of #42155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42155E

Black with #42155E

Text Example


Text Example

White with #42155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42155E; }

 p { color: rgb(66,21,94); }

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

background-color css

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

 a { background-color: rgb(66,21,94); }

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

border-color css

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

 span { border-color: rgb(66,21,94); }

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