Html Css Color HEX #42244C Scarlet Gum

📋 copy color: '#42244C'

red 66 ◦ green 36 ◦ blue 76

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

Shades of Scarlet Gum #42244C

Tints of Scarlet Gum #42244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 37.08%
G = 20.22%
B = 42.7%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42244C (or 0x42244C) is known color: Scarlet Gum. HEX triplet: 42, 24 and 4C. RGB value is (66,36,76). Sum of RGB (Red+Green+Blue) = 66+36+76=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #42244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42244C is #BDDBB3. Grayscale: #313131. Windows color (decimal): -12442548 or 4990018. OLE color: 4990018.

HSL color Cylindrical-coordinate representation of color #42244C: hue angle of 285º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42244C is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 36 76 -
CMYK 0.13 0.53 0 0.70
HSL 285º 0.36% 0.22% -
HSV(B) 285º 0.53% 0.3% -
XYZ 4.18 2.94 7.18 -
YUV 49.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 66 36 76 0.13 0.53 0 0.70 285 0.36 0.22
Hex 42 24 4C D 35 0 46 11D 24 16
Octal 102 44 114 15 65 0 106 435 44 26
Binary 1000010 100100 1001100 1101 110101 0 1000110 100011101 100100 10110

Color Harmonies of #42244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42244C

Black with #42244C

Text Example


Text Example

White with #42244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42244C; }

 p { color: rgb(66,36,76); }

 H1.HeaderClassName
 {
   color: #42244C;
 }
 .AnyTagClassName
 {
   color: #42244C;
 }
</style>

background-color css

<style>
 a { background-color: #42244C; }

 a { background-color: rgb(66,36,76); }

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

border-color css

<style>
 span { border-color: #42244C; }

 span { border-color: rgb(66,36,76); }

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