#42278E

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

Shades of Blue Gem #42278E

Tints of Blue Gem #42278E

Color information

#42278E (or 0x42278E) is unknown color: approx Blue Gem. HEX triplet: 42, 27 and 8E. RGB value is (66,39,142). Sum of RGB (Red+Green+Blue) = 66+39+142=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #42278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42278E is #BDD871. Grayscale: #3A3A3A. Windows color (decimal): -12441714 or 9316162. OLE color: 9316162.

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

Color convert

RGB6639142-
CMYK0.540.7300.44
HSL255.73º56.91%35.49%-
HSV(B)255.73º72.54%55.69%-
XYZ7.854.5626.06-
YUV58.82174.95133.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=26.72%
G=15.79%
B=57.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66391420.540.7300.44255.7356.9135.49
Hex42278E364902C1003923
Octal10247216661110544007143
Binary10000101001111000111011011010010010101100100000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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