Html Css Color HEX #42294B Scarlet Gum

📋 copy color: '#42294B'

red 66 ◦ green 41 ◦ blue 75

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

Shades of Scarlet Gum #42294B

Tints of Scarlet Gum #42294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 36.26%
G = 22.53%
B = 41.21%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42294B (or 0x42294B) is known color: Scarlet Gum. HEX triplet: 42, 29 and 4B. RGB value is (66,41,75). Sum of RGB (Red+Green+Blue) = 66+41+75=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #42294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42294B is #BDD6B4. Grayscale: #343434. Windows color (decimal): -12441269 or 4925762. OLE color: 4925762.

HSL color Cylindrical-coordinate representation of color #42294B: hue angle of 284.12º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42294B is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 41 75 -
CMYK 0.12 0.45 0 0.71
HSL 284.12º 0.29% 0.23% -
HSV(B) 284.12º 0.45% 0.29% -
XYZ 4.31 3.25 7.06 -
YUV 52.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 66 41 75 0.12 0.45 0 0.71 284.12 0.29 0.23
Hex 42 29 4B C 2D 0 47 11C 1D 17
Octal 102 51 113 14 55 0 107 434 35 27
Binary 1000010 101001 1001011 1100 101101 0 1000111 100011100 11101 10111

Color Harmonies of #42294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42294B

Black with #42294B

Text Example


Text Example

White with #42294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,41,75); }

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

background-color css

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

 a { background-color: rgb(66,41,75); }

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

border-color css

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

 span { border-color: rgb(66,41,75); }

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