#422B8B

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

Shades of Blue Gem #422B8B

Tints of Blue Gem #422B8B

Color information

#422B8B (or 0x422B8B) is unknown color: approx Blue Gem. HEX triplet: 42, 2B and 8B. RGB value is (66,43,139). Sum of RGB (Red+Green+Blue) = 66+43+139=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #422B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B8B is #BDD474. Grayscale: #3C3C3C. Windows color (decimal): -12440693 or 9120578. OLE color: 9120578.

HSL color Cylindrical-coordinate representation of color #422B8B: hue angle of 254.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422B8B is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6643139-
CMYK0.530.6900.45
HSL254.38º52.75%35.69%-
HSV(B)254.38º69.06%54.51%-
XYZ7.774.7524.93-
YUV60.82172.12131.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=26.61%
G=17.34%
B=56.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66431390.530.6900.45254.3852.7535.69
Hex422B8B354502Dfe3524
Octal10253213651050553766544
Binary1000010101011100010111101011000101010110111111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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