#42319E

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

Shades of Blue Gem #42319E

Tints of Blue Gem #42319E

Color information

#42319E (or 0x42319E) is unknown color: approx Blue Gem. HEX triplet: 42, 31 and 9E. RGB value is (66,49,158). Sum of RGB (Red+Green+Blue) = 66+49+158=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #42319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42319E is #BDCE61. Grayscale: #424242. Windows color (decimal): -12439138 or 10367298. OLE color: 10367298.

HSL color Cylindrical-coordinate representation of color #42319E: hue angle of 249.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42319E is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6649158-
CMYK0.580.6900.38
HSL249.36º52.66%40.59%-
HSV(B)249.36º68.99%61.96%-
XYZ9.525.8232.97-
YUV66.51179.63127.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=24.18%
G=17.95%
B=57.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66491580.580.6900.38249.3652.6640.59
Hex42319E3A45026f93529
Octal10261236721050463716551
Binary1000010110001100111101110101000101010011011111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42319E; }

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

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

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

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

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

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

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

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