#422095

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

Shades of Blue Gem #422095

Tints of Blue Gem #422095

Color information

#422095 (or 0x422095) is unknown color: approx Blue Gem. HEX triplet: 42, 20 and 95. RGB value is (66,32,149). Sum of RGB (Red+Green+Blue) = 66+32+149=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #422095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422095 is #BDDF6A. Grayscale: #373737. Windows color (decimal): -12443499 or 9773122. OLE color: 9773122.

HSL color Cylindrical-coordinate representation of color #422095: hue angle of 257.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422095 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6632149-
CMYK0.560.7900.42
HSL257.44º64.64%35.49%-
HSV(B)257.44º78.52%58.43%-
XYZ8.194.3628.84-
YUV55.5180.76135.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=26.72%
G=12.96%
B=60.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66321490.560.7900.42257.4464.6435.49
Hex422095384F02A1014123
Octal102402257011705240110143
Binary100001010000010010101111000100111101010101000000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422095; }

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

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

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

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

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

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

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

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