Html Css Color HEX #422458 Scarlet Gum

📋 copy color: '#422458'

red 66 ◦ green 36 ◦ blue 88

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

Shades of Scarlet Gum #422458

Tints of Scarlet Gum #422458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 34.74%
G = 18.95%
B = 46.32%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422458 (or 0x422458) is known color: Scarlet Gum. HEX triplet: 42, 24 and 58. RGB value is (66,36,88). Sum of RGB (Red+Green+Blue) = 66+36+88=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #422458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422458 is #BDDBA7. Grayscale: #323232. Windows color (decimal): -12442536 or 5776450. OLE color: 5776450.

HSL color Cylindrical-coordinate representation of color #422458: hue angle of 274.62º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422458 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 36 88 -
CMYK 0.25 0.59 0 0.65
HSL 274.62º 0.42% 0.24% -
HSV(B) 274.62º 0.59% 0.35% -
XYZ 4.64 3.12 9.59 -
YUV 50.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 66 36 88 0.25 0.59 0 0.65 274.62 0.42 0.24
Hex 42 24 58 19 3B 0 41 113 2A 18
Octal 102 44 130 31 73 0 101 423 52 30
Binary 1000010 100100 1011000 11001 111011 0 1000001 100010011 101010 11000

Color Harmonies of #422458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422458

Black with #422458

Text Example


Text Example

White with #422458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422458; }

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

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

background-color css

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

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

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

border-color css

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

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

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