Html Css Color HEX #42174F Scarlet Gum

📋 copy color: '#42174F'

red 66 ◦ green 23 ◦ blue 79

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

Shades of Scarlet Gum #42174F

Tints of Scarlet Gum #42174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 39.29%
G = 13.69%
B = 47.02%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42174F (or 0x42174F) is known color: Scarlet Gum. HEX triplet: 42, 17 and 4F. RGB value is (66,23,79). Sum of RGB (Red+Green+Blue) = 66+23+79=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #42174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42174F is #BDE8B0. Grayscale: #2A2A2A. Windows color (decimal): -12445873 or 5183298. OLE color: 5183298.

HSL color Cylindrical-coordinate representation of color #42174F: hue angle of 286.07º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42174F is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 23 79 -
CMYK 0.16 0.71 0 0.69
HSL 286.07º 0.55% 0.2% -
HSV(B) 286.07º 0.71% 0.31% -
XYZ 3.96 2.34 7.64 -
YUV 42.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 66 23 79 0.16 0.71 0 0.69 286.07 0.55 0.2
Hex 42 17 4F 10 47 0 45 11E 37 14
Octal 102 27 117 20 107 0 105 436 67 24
Binary 1000010 10111 1001111 10000 1000111 0 1000101 100011110 110111 10100

Color Harmonies of #42174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42174F

Black with #42174F

Text Example


Text Example

White with #42174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42174F; }

 p { color: rgb(66,23,79); }

 H1.HeaderClassName
 {
   color: #42174F;
 }
 .AnyTagClassName
 {
   color: #42174F;
 }
</style>

background-color css

<style>
 a { background-color: #42174F; }

 a { background-color: rgb(66,23,79); }

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

border-color css

<style>
 span { border-color: #42174F; }

 span { border-color: rgb(66,23,79); }

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