#422F9B

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

Shades of Blue Gem #422F9B

Tints of Blue Gem #422F9B

Color information

#422F9B (or 0x422F9B) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and 9B. RGB value is (66,47,155). Sum of RGB (Red+Green+Blue) = 66+47+155=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #422F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F9B is #BDD064. Grayscale: #404040. Windows color (decimal): -12439653 or 10170178. OLE color: 10170178.

HSL color Cylindrical-coordinate representation of color #422F9B: hue angle of 250.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422F9B is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6647155-
CMYK0.570.7000.39
HSL250.56º53.47%39.61%-
HSV(B)250.56º69.68%60.78%-
XYZ9.185.5631.6-
YUV64.99178.79128.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=24.63%
G=17.54%
B=57.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66471550.570.7000.39250.5653.4739.61
Hex422F9B3946027fb3528
Octal10257233711060473736550
Binary1000010101111100110111110011000110010011111111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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