Html Css Color HEX #422057 Scarlet Gum

📋 copy color: '#422057'

red 66 ◦ green 32 ◦ blue 87

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

Shades of Scarlet Gum #422057

Tints of Scarlet Gum #422057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 35.68%
G = 17.3%
B = 47.03%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422057 (or 0x422057) is known color: Scarlet Gum. HEX triplet: 42, 20 and 57. RGB value is (66,32,87). Sum of RGB (Red+Green+Blue) = 66+32+87=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #422057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422057 is #BDDFA8. Grayscale: #303030. Windows color (decimal): -12443561 or 5709890. OLE color: 5709890.

HSL color Cylindrical-coordinate representation of color #422057: hue angle of 277.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422057 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 32 87 -
CMYK 0.24 0.63 0 0.66
HSL 277.09º 0.46% 0.23% -
HSV(B) 277.09º 0.63% 0.34% -
XYZ 4.48 2.88 9.34 -
YUV 48.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 66 32 87 0.24 0.63 0 0.66 277.09 0.46 0.23
Hex 42 20 57 18 3F 0 42 115 2E 17
Octal 102 40 127 30 77 0 102 425 56 27
Binary 1000010 100000 1010111 11000 111111 0 1000010 100010101 101110 10111

Color Harmonies of #422057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422057

Black with #422057

Text Example


Text Example

White with #422057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422057; }

 p { color: rgb(66,32,87); }

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

background-color css

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

 a { background-color: rgb(66,32,87); }

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

border-color css

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

 span { border-color: rgb(66,32,87); }

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