Html Css Color HEX #42145A Scarlet Gum

📋 copy color: '#42145A'

red 66 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #42145A

Tints of Scarlet Gum #42145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 37.5%
G = 11.36%
B = 51.14%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42145A (or 0x42145A) is known color: Scarlet Gum. HEX triplet: 42, 14 and 5A. RGB value is (66,20,90). Sum of RGB (Red+Green+Blue) = 66+20+90=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #42145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42145A is #BDEBA5. Grayscale: #292929. Windows color (decimal): -12446630 or 5903426. OLE color: 5903426.

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

Color convert

RGB 66 20 90 -
CMYK 0.27 0.78 0 0.65
HSL 279.43º 0.64% 0.22% -
HSV(B) 279.43º 0.78% 0.35% -
XYZ 4.34 2.4 9.91 -
YUV 41.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 66 20 90 0.27 0.78 0 0.65 279.43 0.64 0.22
Hex 42 14 5A 1B 4E 0 41 117 40 16
Octal 102 24 132 33 116 0 101 427 100 26
Binary 1000010 10100 1011010 11011 1001110 0 1000001 100010111 1000000 10110

Color Harmonies of #42145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42145A

Black with #42145A

Text Example


Text Example

White with #42145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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