#42298C

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

Shades of Blue Gem #42298C

Tints of Blue Gem #42298C

Color information

#42298C (or 0x42298C) is unknown color: approx Blue Gem. HEX triplet: 42, 29 and 8C. RGB value is (66,41,140). Sum of RGB (Red+Green+Blue) = 66+41+140=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #42298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298C is #BDD673. Grayscale: #3B3B3B. Windows color (decimal): -12441204 or 9185602. OLE color: 9185602.

HSL color Cylindrical-coordinate representation of color #42298C: hue angle of 255.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298C is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6641140-
CMYK0.530.7100.45
HSL255.15º54.7%35.49%-
HSV(B)255.15º70.71%54.9%-
XYZ7.774.6425.3-
YUV59.76173.28132.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=26.72%
G=16.60%
B=56.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66411400.530.7100.45255.1554.735.49
Hex42298C354702Dff3723
Octal10251214651070553776743
Binary1000010101001100011001101011000111010110111111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42298C; }

 p { color: rgb(66,41,140); }

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

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

 a { background-color: rgb(66,41,140); }

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

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

 span { border-color: rgb(66,41,140); }

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