#422F95

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

Shades of Blue Gem #422F95

Tints of Blue Gem #422F95

Color information

#422F95 (or 0x422F95) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and 95. RGB value is (66,47,149). Sum of RGB (Red+Green+Blue) = 66+47+149=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #422F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F95 is #BDD06A. Grayscale: #3F3F3F. Windows color (decimal): -12439659 or 9776962. OLE color: 9776962.

HSL color Cylindrical-coordinate representation of color #422F95: hue angle of 251.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422F95 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6647149-
CMYK0.560.6800.42
HSL251.18º52.04%38.43%-
HSV(B)251.18º68.46%58.43%-
XYZ8.695.3629.01-
YUV64.31175.79129.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=25.19%
G=17.94%
B=56.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66471490.560.6800.42251.1852.0438.43
Hex422F95384402Afb3426
Octal10257225701040523736446
Binary1000010101111100101011110001000100010101011111011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422F95; }

 p { color: rgb(66,47,149); }

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

<style>
 a { background-color: #422F95; }

 a { background-color: rgb(66,47,149); }

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

<style>
 span { border-color: #422F95; }

 span { border-color: rgb(66,47,149); }

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