Html Css Color HEX #42135A Scarlet Gum

📋 copy color: '#42135A'

red 66 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #42135A

Tints of Scarlet Gum #42135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 37.71%
G = 10.86%
B = 51.43%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42135A (or 0x42135A) is known color: Scarlet Gum. HEX triplet: 42, 13 and 5A. RGB value is (66,19,90). Sum of RGB (Red+Green+Blue) = 66+19+90=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #42135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135A is #BDECA5. Grayscale: #282828. Windows color (decimal): -12446886 or 5903170. OLE color: 5903170.

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

Color convert

RGB 66 19 90 -
CMYK 0.27 0.79 0 0.65
HSL 279.72º 0.65% 0.21% -
HSV(B) 279.72º 0.79% 0.35% -
XYZ 4.33 2.36 9.9 -
YUV 41.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 66 19 90 0.27 0.79 0 0.65 279.72 0.65 0.21
Hex 42 13 5A 1B 4F 0 41 118 41 15
Octal 102 23 132 33 117 0 101 430 101 25
Binary 1000010 10011 1011010 11011 1001111 0 1000001 100011000 1000001 10101

Color Harmonies of #42135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42135A

Black with #42135A

Text Example


Text Example

White with #42135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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