#421DAA

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

Shades of Blue Gem #421DAA

Tints of Blue Gem #421DAA

Color information

#421DAA (or 0x421DAA) is unknown color: approx Blue Gem. HEX triplet: 42, 1D and AA. RGB value is (66,29,170). Sum of RGB (Red+Green+Blue) = 66+29+170=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #421DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAA is #BDE255. Grayscale: #373737. Windows color (decimal): -12444246 or 11148610. OLE color: 11148610.

HSL color Cylindrical-coordinate representation of color #421DAA: hue angle of 255.74º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6629170-
CMYK0.610.8300.33
HSL255.74º70.85%39.02%-
HSV(B)255.74º82.94%66.67%-
XYZ9.944.9438.46-
YUV56.14192.26135.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 170 (66.80% from 255) = 64.15%
R=24.91%
G=10.94%
B=64.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66291700.610.8300.33255.7470.8539.02
Hex421DAA3D530211004727
Octal102352527512304140010747
Binary10000101110110101010111101101001101000011000000001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421DAA; }

 p { color: rgb(66,29,170); }

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

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

 a { background-color: rgb(66,29,170); }

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

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

 span { border-color: rgb(66,29,170); }

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