#423192

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

Shades of Blue Gem #423192

Tints of Blue Gem #423192

Color information

#423192 (or 0x423192) is unknown color: approx Blue Gem. HEX triplet: 42, 31 and 92. RGB value is (66,49,146). Sum of RGB (Red+Green+Blue) = 66+49+146=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #423192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423192 is #BDCE6D. Grayscale: #404040. Windows color (decimal): -12439150 or 9580866. OLE color: 9580866.

HSL color Cylindrical-coordinate representation of color #423192: hue angle of 250.52º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423192 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6649146-
CMYK0.550.6600.43
HSL250.52º49.74%38.24%-
HSV(B)250.52º66.44%57.25%-
XYZ8.535.4327.79-
YUV65.14173.63128.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=25.29%
G=18.77%
B=55.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66491460.550.6600.43250.5249.7438.24
Hex423192374202Bfb3226
Octal10261222671020533736246
Binary1000010110001100100101101111000010010101111111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423192; }

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

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

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

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

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

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

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

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