Html Css Color HEX #42254E Scarlet Gum

📋 copy color: '#42254E'

red 66 ◦ green 37 ◦ blue 78

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

Shades of Scarlet Gum #42254E

Tints of Scarlet Gum #42254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 36.46%
G = 20.44%
B = 43.09%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42254E (or 0x42254E) is known color: Scarlet Gum. HEX triplet: 42, 25 and 4E. RGB value is (66,37,78). Sum of RGB (Red+Green+Blue) = 66+37+78=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #42254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42254E is #BDDAB1. Grayscale: #323232. Windows color (decimal): -12442290 or 5121346. OLE color: 5121346.

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

Color convert

RGB 66 37 78 -
CMYK 0.15 0.53 0 0.69
HSL 282.44º 0.36% 0.23% -
HSV(B) 282.44º 0.53% 0.31% -
XYZ 4.28 3.03 7.57 -
YUV 50.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 66 37 78 0.15 0.53 0 0.69 282.44 0.36 0.23
Hex 42 25 4E F 35 0 45 11A 24 17
Octal 102 45 116 17 65 0 105 432 44 27
Binary 1000010 100101 1001110 1111 110101 0 1000101 100011010 100100 10111

Color Harmonies of #42254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42254E

Black with #42254E

Text Example


Text Example

White with #42254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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