Html Css Color HEX #42145B Scarlet Gum

📋 copy color: '#42145B'

red 66 ◦ green 20 ◦ blue 91

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

Shades of Scarlet Gum #42145B

Tints of Scarlet Gum #42145B

RGB

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

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

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

R = 37.29%
G = 11.3%
B = 51.41%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42145B (or 0x42145B) is known color: Scarlet Gum. HEX triplet: 42, 14 and 5B. RGB value is (66,20,91). Sum of RGB (Red+Green+Blue) = 66+20+91=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #42145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42145B is #BDEBA4. Grayscale: #292929. Windows color (decimal): -12446629 or 5968962. OLE color: 5968962.

HSL color Cylindrical-coordinate representation of color #42145B: hue angle of 278.87º 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 #42145B is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 20 91 -
CMYK 0.27 0.78 0 0.64
HSL 278.87º 0.64% 0.22% -
HSV(B) 278.87º 0.78% 0.36% -
XYZ 4.39 2.41 10.13 -
YUV 41.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 66 20 91 0.27 0.78 0 0.64 278.87 0.64 0.22
Hex 42 14 5B 1B 4E 0 40 117 40 16
Octal 102 24 133 33 116 0 100 427 100 26
Binary 1000010 10100 1011011 11011 1001110 0 1000000 100010111 1000000 10110

Color Harmonies of #42145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42145B

Black with #42145B

Text Example


Text Example

White with #42145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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