Html Css Color HEX #42244E Scarlet Gum

📋 copy color: '#42244E'

red 66 ◦ green 36 ◦ blue 78

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

Shades of Scarlet Gum #42244E

Tints of Scarlet Gum #42244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.33%

R = 36.67%
G = 20%
B = 43.33%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42244E (or 0x42244E) is known color: Scarlet Gum. HEX triplet: 42, 24 and 4E. RGB value is (66,36,78). Sum of RGB (Red+Green+Blue) = 66+36+78=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #42244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42244E is #BDDBB1. Grayscale: #313131. Windows color (decimal): -12442546 or 5121090. OLE color: 5121090.

HSL color Cylindrical-coordinate representation of color #42244E: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42244E is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 36 78 -
CMYK 0.15 0.54 0 0.69
HSL 282.86º 0.37% 0.22% -
HSV(B) 282.86º 0.54% 0.31% -
XYZ 4.25 2.97 7.56 -
YUV 49.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 66 36 78 0.15 0.54 0 0.69 282.86 0.37 0.22
Hex 42 24 4E F 36 0 45 11B 25 16
Octal 102 44 116 17 66 0 105 433 45 26
Binary 1000010 100100 1001110 1111 110110 0 1000101 100011011 100101 10110

Color Harmonies of #42244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42244E

Black with #42244E

Text Example


Text Example

White with #42244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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