Html Css Color HEX #42155A Scarlet Gum

📋 copy color: '#42155A'

red 66 ◦ green 21 ◦ blue 90

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

Shades of Scarlet Gum #42155A

Tints of Scarlet Gum #42155A

RGB

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

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

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

R = 37.29%
G = 11.86%
B = 50.85%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42155A (or 0x42155A) is known color: Scarlet Gum. HEX triplet: 42, 15 and 5A. RGB value is (66,21,90). Sum of RGB (Red+Green+Blue) = 66+21+90=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #42155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42155A is #BDEAA5. Grayscale: #2A2A2A. Windows color (decimal): -12446374 or 5903682. OLE color: 5903682.

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

Color convert

RGB 66 21 90 -
CMYK 0.27 0.77 0 0.65
HSL 279.13º 0.62% 0.22% -
HSV(B) 279.13º 0.77% 0.35% -
XYZ 4.36 2.43 9.91 -
YUV 42.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 66 21 90 0.27 0.77 0 0.65 279.13 0.62 0.22
Hex 42 15 5A 1B 4D 0 41 117 3E 16
Octal 102 25 132 33 115 0 101 427 76 26
Binary 1000010 10101 1011010 11011 1001101 0 1000001 100010111 111110 10110

Color Harmonies of #42155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42155A

Black with #42155A

Text Example


Text Example

White with #42155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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