#422198

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

Shades of Blue Gem #422198

Tints of Blue Gem #422198

Color information

#422198 (or 0x422198) is unknown color: approx Blue Gem. HEX triplet: 42, 21 and 98. RGB value is (66,33,152). Sum of RGB (Red+Green+Blue) = 66+33+152=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #422198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422198 is #BDDE67. Grayscale: #373737. Windows color (decimal): -12443240 or 9969986. OLE color: 9969986.

HSL color Cylindrical-coordinate representation of color #422198: hue angle of 256.64º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422198 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6633152-
CMYK0.570.7800.40
HSL256.64º64.32%36.27%-
HSV(B)256.64º78.29%59.61%-
XYZ8.464.5130.13-
YUV56.43181.93134.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=26.29%
G=13.15%
B=60.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66331520.570.7800.40256.6464.3236.27
Hex422198394E0281014024
Octal102412307111605040110044
Binary100001010000110011000111001100111001010001000000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422198; }

 p { color: rgb(66,33,152); }

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

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

 a { background-color: rgb(66,33,152); }

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

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

 span { border-color: rgb(66,33,152); }

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