#422A8C

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

Shades of Blue Gem #422A8C

Tints of Blue Gem #422A8C

Color information

#422A8C (or 0x422A8C) is unknown color: approx Blue Gem. HEX triplet: 42, 2A and 8C. RGB value is (66,42,140). Sum of RGB (Red+Green+Blue) = 66+42+140=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #422A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422A8C is #BDD573. Grayscale: #3B3B3B. Windows color (decimal): -12440948 or 9185858. OLE color: 9185858.

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

Color convert

RGB6642140-
CMYK0.530.700.45
HSL254.69º53.85%35.69%-
HSV(B)254.69º70%54.9%-
XYZ7.814.7125.31-
YUV60.35172.95132.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 140 (55.08% from 255) = 56.45%
R=26.61%
G=16.94%
B=56.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66421400.530.700.45254.6953.8535.69
Hex422A8C354602Dff3624
Octal10252214651060553776644
Binary1000010101010100011001101011000110010110111111111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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