#422B95

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

Shades of Blue Gem #422B95

Tints of Blue Gem #422B95

Color information

#422B95 (or 0x422B95) is unknown color: approx Blue Gem. HEX triplet: 42, 2B and 95. RGB value is (66,43,149). Sum of RGB (Red+Green+Blue) = 66+43+149=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #422B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B95 is #BDD46A. Grayscale: #3D3D3D. Windows color (decimal): -12440683 or 9775938. OLE color: 9775938.

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

Color convert

RGB6643149-
CMYK0.560.7100.42
HSL253.02º55.21%37.65%-
HSV(B)253.02º71.14%58.43%-
XYZ8.545.0628.96-
YUV61.96177.12130.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 43 (17.19% from 255) = 16.67%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=25.58%
G=16.67%
B=57.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66431490.560.7100.42253.0255.2137.65
Hex422B95384702Afd3726
Octal10253225701070523756746
Binary1000010101011100101011110001000111010101011111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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