#42259E

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

Shades of Blue Gem #42259E

Tints of Blue Gem #42259E

Color information

#42259E (or 0x42259E) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and 9E. RGB value is (66,37,158). Sum of RGB (Red+Green+Blue) = 66+37+158=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #42259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42259E is #BDDA61. Grayscale: #3B3B3B. Windows color (decimal): -12442210 or 10364226. OLE color: 10364226.

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

Color convert

RGB6637158-
CMYK0.580.7700.38
HSL254.38º62.05%38.24%-
HSV(B)254.38º76.58%61.96%-
XYZ9.084.9532.82-
YUV59.46183.61132.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=25.29%
G=14.18%
B=60.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66371580.580.7700.38254.3862.0538.24
Hex42259E3A4D026fe3e26
Octal10245236721150463767646
Binary1000010100101100111101110101001101010011011111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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