Html Css Color HEX #42225B Scarlet Gum

📋 copy color: '#42225B'

red 66 ◦ green 34 ◦ blue 91

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

Shades of Scarlet Gum #42225B

Tints of Scarlet Gum #42225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 34.55%
G = 17.8%
B = 47.64%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42225B (or 0x42225B) is known color: Scarlet Gum. HEX triplet: 42, 22 and 5B. RGB value is (66,34,91). Sum of RGB (Red+Green+Blue) = 66+34+91=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #42225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42225B is #BDDDA4. Grayscale: #313131. Windows color (decimal): -12443045 or 5972546. OLE color: 5972546.

HSL color Cylindrical-coordinate representation of color #42225B: hue angle of 273.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42225B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 34 91 -
CMYK 0.27 0.63 0 0.64
HSL 273.68º 0.46% 0.25% -
HSV(B) 273.68º 0.63% 0.36% -
XYZ 4.71 3.06 10.24 -
YUV 50.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 66 34 91 0.27 0.63 0 0.64 273.68 0.46 0.25
Hex 42 22 5B 1B 3F 0 40 112 2E 19
Octal 102 42 133 33 77 0 100 422 56 31
Binary 1000010 100010 1011011 11011 111111 0 1000000 100010010 101110 11001

Color Harmonies of #42225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42225B

Black with #42225B

Text Example


Text Example

White with #42225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42225B; }

 p { color: rgb(66,34,91); }

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

background-color css

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

 a { background-color: rgb(66,34,91); }

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

border-color css

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

 span { border-color: rgb(66,34,91); }

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