Html Css Color HEX #42155B Scarlet Gum

📋 copy color: '#42155B'

red 66 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #42155B

Tints of Scarlet Gum #42155B

RGB

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

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

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

R = 37.08%
G = 11.8%
B = 51.12%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42155B (or 0x42155B) is known color: Scarlet Gum. HEX triplet: 42, 15 and 5B. RGB value is (66,21,91). Sum of RGB (Red+Green+Blue) = 66+21+91=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #42155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42155B is #BDEAA4. Grayscale: #2A2A2A. Windows color (decimal): -12446373 or 5969218. OLE color: 5969218.

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

Color convert

RGB 66 21 91 -
CMYK 0.27 0.77 0 0.64
HSL 278.57º 0.63% 0.22% -
HSV(B) 278.57º 0.77% 0.36% -
XYZ 4.4 2.45 10.14 -
YUV 42.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 66 21 91 0.27 0.77 0 0.64 278.57 0.63 0.22
Hex 42 15 5B 1B 4D 0 40 117 3E 16
Octal 102 25 133 33 115 0 100 427 76 26
Binary 1000010 10101 1011011 11011 1001101 0 1000000 100010111 111110 10110

Color Harmonies of #42155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42155B

Black with #42155B

Text Example


Text Example

White with #42155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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