Html Css Color HEX #422457 Scarlet Gum

📋 copy color: '#422457'

red 66 ◦ green 36 ◦ blue 87

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

Shades of Scarlet Gum #422457

Tints of Scarlet Gum #422457

RGB

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

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

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

R = 34.92%
G = 19.05%
B = 46.03%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422457 (or 0x422457) is known color: Scarlet Gum. HEX triplet: 42, 24 and 57. RGB value is (66,36,87). Sum of RGB (Red+Green+Blue) = 66+36+87=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #422457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422457 is #BDDBA8. Grayscale: #323232. Windows color (decimal): -12442537 or 5710914. OLE color: 5710914.

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

Color convert

RGB 66 36 87 -
CMYK 0.24 0.59 0 0.66
HSL 275.29º 0.41% 0.24% -
HSV(B) 275.29º 0.59% 0.34% -
XYZ 4.6 3.11 9.37 -
YUV 50.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 66 36 87 0.24 0.59 0 0.66 275.29 0.41 0.24
Hex 42 24 57 18 3B 0 42 113 29 18
Octal 102 44 127 30 73 0 102 423 51 30
Binary 1000010 100100 1010111 11000 111011 0 1000010 100010011 101001 11000

Color Harmonies of #422457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422457

Black with #422457

Text Example


Text Example

White with #422457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422457; }

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

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

background-color css

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

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

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

border-color css

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

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

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