#442B5A

Color #442B5A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #442B5A

Tints of Scarlet Gum #442B5A

Color information

#442B5A (or 0x442B5A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2B and 5A. RGB value is (68,43,90). Sum of RGB (Red+Green+Blue) = 68+43+90=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #442B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B5A is #BBD4A5. Grayscale: #373737. Windows color (decimal): -12309670 or 5909316. OLE color: 5909316.

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

Color convert

RGB684390-
CMYK0.240.5200.65
HSL271.91º35.34%26.08%-
HSV(B)271.91º52.22%35.29%-
XYZ5.093.6910.12-
YUV55.83147.28136.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=33.83%
G=21.39%
B=44.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6843900.240.5200.65271.9135.3426.08
Hex442B5A1834041110231a
Octal10453132306401014204332
Binary10001001010111011010110001101000100000110001000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B5A; }

 p { color: rgb(68,43,90); }

 H1.HeaderClassName
 {
   color: #442B5A;
 }
 .AnyTagClassName
 {
   color: #442B5A;
 }
</style>
background-color css

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

 a { background-color: rgb(68,43,90); }

 div.DivClassName
 {
   background-color: #442B5A;
 }
 .BgClassName
 {
   background-color: #442B5A;
 }
</style>
border-color css

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

 span { border-color: rgb(68,43,90); }

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