#422597

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

Shades of Blue Gem #422597

Tints of Blue Gem #422597

Color information

#422597 (or 0x422597) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and 97. RGB value is (66,37,151). Sum of RGB (Red+Green+Blue) = 66+37+151=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #422597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422597 is #BDDA68. Grayscale: #3A3A3A. Windows color (decimal): -12442217 or 9905474. OLE color: 9905474.

HSL color Cylindrical-coordinate representation of color #422597: hue angle of 255.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422597 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6637151-
CMYK0.560.7500.41
HSL255.26º60.64%36.86%-
HSV(B)255.26º75.5%59.22%-
XYZ8.494.7229.74-
YUV58.67180.11133.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 151 (59.38% from 255) = 59.45%
R=25.98%
G=14.57%
B=59.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66371510.560.7500.41255.2660.6436.86
Hex422597384B029ff3d25
Octal10245227701130513777545
Binary1000010100101100101111110001001011010100111111111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422597; }

 p { color: rgb(66,37,151); }

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

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

 a { background-color: rgb(66,37,151); }

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

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

 span { border-color: rgb(66,37,151); }

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