Html Css Color HEX #42115B Scarlet Gum

📋 copy color: '#42115B'

red 66 ◦ green 17 ◦ blue 91

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

Shades of Scarlet Gum #42115B

Tints of Scarlet Gum #42115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

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

R = 37.93%
G = 9.77%
B = 52.3%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42115B (or 0x42115B) is known color: Scarlet Gum. HEX triplet: 42, 11 and 5B. RGB value is (66,17,91). Sum of RGB (Red+Green+Blue) = 66+17+91=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #42115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42115B is #BDEEA4. Grayscale: #272727. Windows color (decimal): -12447397 or 5968194. OLE color: 5968194.

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

Color convert

RGB 66 17 91 -
CMYK 0.27 0.81 0 0.64
HSL 279.73º 0.69% 0.21% -
HSV(B) 279.73º 0.81% 0.36% -
XYZ 4.34 2.31 10.12 -
YUV 40.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 66 17 91 0.27 0.81 0 0.64 279.73 0.69 0.21
Hex 42 11 5B 1B 51 0 40 118 45 15
Octal 102 21 133 33 121 0 100 430 105 25
Binary 1000010 10001 1011011 11011 1010001 0 1000000 100011000 1000101 10101

Color Harmonies of #42115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42115B

Black with #42115B

Text Example


Text Example

White with #42115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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