Html Css Color HEX #42175A Scarlet Gum

📋 copy color: '#42175A'

red 66 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #42175A

Tints of Scarlet Gum #42175A

RGB

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

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

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

R = 36.87%
G = 12.85%
B = 50.28%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42175A (or 0x42175A) is known color: Scarlet Gum. HEX triplet: 42, 17 and 5A. RGB value is (66,23,90). Sum of RGB (Red+Green+Blue) = 66+23+90=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #42175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42175A is #BDE8A5. Grayscale: #2B2B2B. Windows color (decimal): -12445862 or 5904194. OLE color: 5904194.

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

Color convert

RGB 66 23 90 -
CMYK 0.27 0.74 0 0.65
HSL 278.51º 0.59% 0.22% -
HSV(B) 278.51º 0.74% 0.35% -
XYZ 4.4 2.51 9.93 -
YUV 43.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 66 23 90 0.27 0.74 0 0.65 278.51 0.59 0.22
Hex 42 17 5A 1B 4A 0 41 117 3B 16
Octal 102 27 132 33 112 0 101 427 73 26
Binary 1000010 10111 1011010 11011 1001010 0 1000001 100010111 111011 10110

Color Harmonies of #42175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42175A

Black with #42175A

Text Example


Text Example

White with #42175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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