Html Css Color HEX #422157 Scarlet Gum

📋 copy color: '#422157'

red 66 ◦ green 33 ◦ blue 87

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

Shades of Scarlet Gum #422157

Tints of Scarlet Gum #422157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 35.48%
G = 17.74%
B = 46.77%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422157 (or 0x422157) is known color: Scarlet Gum. HEX triplet: 42, 21 and 57. RGB value is (66,33,87). Sum of RGB (Red+Green+Blue) = 66+33+87=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #422157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422157 is #BDDEA8. Grayscale: #303030. Windows color (decimal): -12443305 or 5710146. OLE color: 5710146.

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

Color convert

RGB 66 33 87 -
CMYK 0.24 0.62 0 0.66
HSL 276.67º 0.45% 0.24% -
HSV(B) 276.67º 0.62% 0.34% -
XYZ 4.51 2.93 9.35 -
YUV 49.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 66 33 87 0.24 0.62 0 0.66 276.67 0.45 0.24
Hex 42 21 57 18 3E 0 42 115 2D 18
Octal 102 41 127 30 76 0 102 425 55 30
Binary 1000010 100001 1010111 11000 111110 0 1000010 100010101 101101 11000

Color Harmonies of #422157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422157

Black with #422157

Text Example


Text Example

White with #422157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422157; }

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

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

background-color css

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

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

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

border-color css

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

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

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