#423190

Color #423190 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #423190

Tints of Blue Gem #423190

Color information

#423190 (or 0x423190) is unknown color: approx Blue Gem. HEX triplet: 42, 31 and 90. RGB value is (66,49,144). Sum of RGB (Red+Green+Blue) = 66+49+144=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #423190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423190 is #BDCE6F. Grayscale: #404040. Windows color (decimal): -12439152 or 9449794. OLE color: 9449794.

HSL color Cylindrical-coordinate representation of color #423190: hue angle of 250.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423190 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6649144-
CMYK0.540.6600.44
HSL250.74º49.22%37.84%-
HSV(B)250.74º65.97%56.47%-
XYZ8.385.3726.98-
YUV64.91172.63128.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=25.48%
G=18.92%
B=55.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66491440.540.6600.44250.7449.2237.84
Hex423190364202Cfb3126
Octal10261220661020543736146
Binary1000010110001100100001101101000010010110011111011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423190; }

 p { color: rgb(66,49,144); }

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

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

 a { background-color: rgb(66,49,144); }

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

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

 span { border-color: rgb(66,49,144); }

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