Html Css Color HEX #42145C Scarlet Gum

📋 copy color: '#42145C'

red 66 ◦ green 20 ◦ blue 92

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

Shades of Scarlet Gum #42145C

Tints of Scarlet Gum #42145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.69%

R = 37.08%
G = 11.24%
B = 51.69%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42145C (or 0x42145C) is known color: Scarlet Gum. HEX triplet: 42, 14 and 5C. RGB value is (66,20,92). Sum of RGB (Red+Green+Blue) = 66+20+92=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #42145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42145C is #BDEBA3. Grayscale: #292929. Windows color (decimal): -12446628 or 6034498. OLE color: 6034498.

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

Color convert

RGB 66 20 92 -
CMYK 0.28 0.78 0 0.64
HSL 278.33º 0.64% 0.22% -
HSV(B) 278.33º 0.78% 0.36% -
XYZ 4.43 2.43 10.36 -
YUV 41.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 66 20 92 0.28 0.78 0 0.64 278.33 0.64 0.22
Hex 42 14 5C 1C 4E 0 40 116 40 16
Octal 102 24 134 34 116 0 100 426 100 26
Binary 1000010 10100 1011100 11100 1001110 0 1000000 100010110 1000000 10110

Color Harmonies of #42145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42145C

Black with #42145C

Text Example


Text Example

White with #42145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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