#422397

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

Shades of Blue Gem #422397

Tints of Blue Gem #422397

Color information

#422397 (or 0x422397) is unknown color: approx Blue Gem. HEX triplet: 42, 23 and 97. RGB value is (66,35,151). Sum of RGB (Red+Green+Blue) = 66+35+151=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #422397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422397 is #BDDC68. Grayscale: #393939. Windows color (decimal): -12442729 or 9904962. OLE color: 9904962.

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

Color convert

RGB6635151-
CMYK0.560.7700.41
HSL256.03º62.37%36.47%-
HSV(B)256.03º76.82%59.22%-
XYZ8.434.5929.72-
YUV57.49180.77134.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=26.19%
G=13.89%
B=59.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66351510.560.7700.41256.0362.3736.47
Hex422397384D0291003e24
Octal10243227701150514007644
Binary10000101000111001011111100010011010101001100000000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422397; }

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

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

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

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

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

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

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

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