#422A9F

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

Shades of Blue Gem #422A9F

Tints of Blue Gem #422A9F

Color information

#422A9F (or 0x422A9F) is unknown color: approx Blue Gem. HEX triplet: 42, 2A and 9F. RGB value is (66,42,159). Sum of RGB (Red+Green+Blue) = 66+42+159=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #422A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422A9F is #BDD560. Grayscale: #3E3E3E. Windows color (decimal): -12440929 or 10431042. OLE color: 10431042.

HSL color Cylindrical-coordinate representation of color #422A9F: hue angle of 252.31º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422A9F is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6642159-
CMYK0.580.7400.38
HSL252.31º58.21%39.41%-
HSV(B)252.31º73.58%62.35%-
XYZ9.335.3233.34-
YUV62.51182.45130.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=24.72%
G=15.73%
B=59.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66421590.580.7400.38252.3158.2139.41
Hex422A9F3A4A026fc3a27
Octal10252237721120463747247
Binary1000010101010100111111110101001010010011011111100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,159); }

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

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

 a { background-color: rgb(66,42,159); }

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

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

 span { border-color: rgb(66,42,159); }

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