#422B9B

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

Shades of Blue Gem #422B9B

Tints of Blue Gem #422B9B

Color information

#422B9B (or 0x422B9B) is unknown color: approx Blue Gem. HEX triplet: 42, 2B and 9B. RGB value is (66,43,155). Sum of RGB (Red+Green+Blue) = 66+43+155=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #422B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B9B is #BDD464. Grayscale: #3E3E3E. Windows color (decimal): -12440677 or 10169154. OLE color: 10169154.

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

Color convert

RGB6643155-
CMYK0.570.7200.39
HSL252.32º56.57%38.82%-
HSV(B)252.32º72.26%60.78%-
XYZ9.035.2531.55-
YUV62.64180.12130.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=25%
G=16.29%
B=58.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66431550.570.7200.39252.3256.5738.82
Hex422B9B3948027fc3927
Octal10253233711100473747147
Binary1000010101011100110111110011001000010011111111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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