Html Css Color HEX #42115D Scarlet Gum

📋 copy color: '#42115D'

red 66 ◦ green 17 ◦ blue 93

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

Shades of Scarlet Gum #42115D

Tints of Scarlet Gum #42115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 37.5%
G = 9.66%
B = 52.84%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42115D (or 0x42115D) is known color: Scarlet Gum. HEX triplet: 42, 11 and 5D. RGB value is (66,17,93). Sum of RGB (Red+Green+Blue) = 66+17+93=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #42115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42115D is #BDEEA2. Grayscale: #282828. Windows color (decimal): -12447395 or 6099266. OLE color: 6099266.

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

Color convert

RGB 66 17 93 -
CMYK 0.29 0.82 0 0.64
HSL 278.68º 0.69% 0.22% -
HSV(B) 278.68º 0.82% 0.36% -
XYZ 4.42 2.35 10.58 -
YUV 40.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 66 17 93 0.29 0.82 0 0.64 278.68 0.69 0.22
Hex 42 11 5D 1D 52 0 40 117 45 16
Octal 102 21 135 35 122 0 100 427 105 26
Binary 1000010 10001 1011101 11101 1010010 0 1000000 100010111 1000101 10110

Color Harmonies of #42115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42115D

Black with #42115D

Text Example


Text Example

White with #42115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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