#42298E

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

Shades of Blue Gem #42298E

Tints of Blue Gem #42298E

Color information

#42298E (or 0x42298E) is unknown color: approx Blue Gem. HEX triplet: 42, 29 and 8E. RGB value is (66,41,142). Sum of RGB (Red+Green+Blue) = 66+41+142=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #42298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298E is #BDD671. Grayscale: #3B3B3B. Windows color (decimal): -12441202 or 9316674. OLE color: 9316674.

HSL color Cylindrical-coordinate representation of color #42298E: hue angle of 254.85º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298E is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6641142-
CMYK0.540.7100.44
HSL254.85º55.19%35.88%-
HSV(B)254.85º71.13%55.69%-
XYZ7.924.726.08-
YUV59.99174.28132.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=26.51%
G=16.47%
B=57.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66411420.540.7100.44254.8555.1935.88
Hex42298E364702Cff3724
Octal10251216661070543776744
Binary1000010101001100011101101101000111010110011111111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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