#422F8E

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

Shades of Blue Gem #422F8E

Tints of Blue Gem #422F8E

Color information

#422F8E (or 0x422F8E) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and 8E. RGB value is (66,47,142). Sum of RGB (Red+Green+Blue) = 66+47+142=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #422F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F8E is #BDD071. Grayscale: #3F3F3F. Windows color (decimal): -12439666 or 9318210. OLE color: 9318210.

HSL color Cylindrical-coordinate representation of color #422F8E: hue angle of 252º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422F8E is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6647142-
CMYK0.540.6700.44
HSL252º50.26%37.06%-
HSV(B)252º66.9%55.69%-
XYZ8.155.1426.15-
YUV63.51172.29129.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=25.88%
G=18.43%
B=55.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66471420.540.6700.4425250.2637.06
Hex422F8E364302Cfc3225
Octal10257216661030543746245
Binary1000010101111100011101101101000011010110011111100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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