#4321AA

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

Shades of Blue Gem #4321AA

Tints of Blue Gem #4321AA

Color information

#4321AA (or 0x4321AA) is unknown color: approx Blue Gem. HEX triplet: 43, 21 and AA. RGB value is (67,33,170). Sum of RGB (Red+Green+Blue) = 67+33+170=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #4321AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4321AA is #BCDE55. Grayscale: #3A3A3A. Windows color (decimal): -12377686 or 11149635. OLE color: 11149635.

HSL color Cylindrical-coordinate representation of color #4321AA: hue angle of 254.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4321AA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6733170-
CMYK0.610.8100.33
HSL254.89º67.49%39.8%-
HSV(B)254.89º80.59%66.67%-
XYZ10.115.1838.5-
YUV58.78190.76133.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=24.81%
G=12.22%
B=62.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67331700.610.8100.33254.8967.4939.8
Hex4321AA3D51021ff4328
Octal103412527512104137710350
Binary10000111000011010101011110110100010100001111111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4321AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4321AA; }

 p { color: rgb(67,33,170); }

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

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

 a { background-color: rgb(67,33,170); }

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

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

 span { border-color: rgb(67,33,170); }

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