Html Css Color HEX #42175B Scarlet Gum

📋 copy color: '#42175B'

red 66 ◦ green 23 ◦ blue 91

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

Shades of Scarlet Gum #42175B

Tints of Scarlet Gum #42175B

RGB

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

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

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

R = 36.67%
G = 12.78%
B = 50.56%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42175B (or 0x42175B) is known color: Scarlet Gum. HEX triplet: 42, 17 and 5B. RGB value is (66,23,91). Sum of RGB (Red+Green+Blue) = 66+23+91=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #42175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42175B is #BDE8A4. Grayscale: #2B2B2B. Windows color (decimal): -12445861 or 5969730. OLE color: 5969730.

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

Color convert

RGB 66 23 91 -
CMYK 0.27 0.75 0 0.64
HSL 277.94º 0.6% 0.22% -
HSV(B) 277.94º 0.75% 0.36% -
XYZ 4.44 2.53 10.15 -
YUV 43.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 66 23 91 0.27 0.75 0 0.64 277.94 0.6 0.22
Hex 42 17 5B 1B 4B 0 40 116 3C 16
Octal 102 27 133 33 113 0 100 426 74 26
Binary 1000010 10111 1011011 11011 1001011 0 1000000 100010110 111100 10110

Color Harmonies of #42175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42175B

Black with #42175B

Text Example


Text Example

White with #42175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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