Html Css Color HEX #42195D Scarlet Gum

📋 copy color: '#42195D'

red 66 ◦ green 25 ◦ blue 93

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

Shades of Scarlet Gum #42195D

Tints of Scarlet Gum #42195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 35.87%
G = 13.59%
B = 50.54%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42195D (or 0x42195D) is known color: Scarlet Gum. HEX triplet: 42, 19 and 5D. RGB value is (66,25,93). Sum of RGB (Red+Green+Blue) = 66+25+93=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #42195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42195D is #BDE6A2. Grayscale: #2C2C2C. Windows color (decimal): -12445347 or 6101314. OLE color: 6101314.

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

Color convert

RGB 66 25 93 -
CMYK 0.29 0.73 0 0.64
HSL 276.18º 0.58% 0.23% -
HSV(B) 276.18º 0.73% 0.36% -
XYZ 4.57 2.64 10.63 -
YUV 45.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 66 25 93 0.29 0.73 0 0.64 276.18 0.58 0.23
Hex 42 19 5D 1D 49 0 40 114 3A 17
Octal 102 31 135 35 111 0 100 424 72 27
Binary 1000010 11001 1011101 11101 1001001 0 1000000 100010100 111010 10111

Color Harmonies of #42195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42195D

Black with #42195D

Text Example


Text Example

White with #42195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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