Html Css Color HEX #42115C Scarlet Gum

📋 copy color: '#42115C'

red 66 ◦ green 17 ◦ blue 92

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

Shades of Scarlet Gum #42115C

Tints of Scarlet Gum #42115C

RGB

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

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

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

R = 37.71%
G = 9.71%
B = 52.57%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42115C (or 0x42115C) is known color: Scarlet Gum. HEX triplet: 42, 11 and 5C. RGB value is (66,17,92). Sum of RGB (Red+Green+Blue) = 66+17+92=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #42115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42115C is #BDEEA3. Grayscale: #272727. Windows color (decimal): -12447396 or 6033730. OLE color: 6033730.

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

Color convert

RGB 66 17 92 -
CMYK 0.28 0.82 0 0.64
HSL 279.2º 0.69% 0.21% -
HSV(B) 279.2º 0.82% 0.36% -
XYZ 4.38 2.33 10.34 -
YUV 40.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 66 17 92 0.28 0.82 0 0.64 279.2 0.69 0.21
Hex 42 11 5C 1C 52 0 40 117 45 15
Octal 102 21 134 34 122 0 100 427 105 25
Binary 1000010 10001 1011100 11100 1010010 0 1000000 100010111 1000101 10101

Color Harmonies of #42115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42115C

Black with #42115C

Text Example


Text Example

White with #42115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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