#421DA3

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

Shades of Blue Gem #421DA3

Tints of Blue Gem #421DA3

Color information

#421DA3 (or 0x421DA3) is unknown color: approx Blue Gem. HEX triplet: 42, 1D and A3. RGB value is (66,29,163). Sum of RGB (Red+Green+Blue) = 66+29+163=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #421DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DA3 is #BDE25C. Grayscale: #363636. Windows color (decimal): -12444253 or 10689858. OLE color: 10689858.

HSL color Cylindrical-coordinate representation of color #421DA3: hue angle of 256.57º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421DA3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6629163-
CMYK0.600.8200.36
HSL256.57º69.79%37.65%-
HSV(B)256.57º82.21%63.92%-
XYZ9.34.6835.06-
YUV55.34188.76135.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 163 (64.06% from 255) = 63.18%
R=25.58%
G=11.24%
B=63.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66291630.600.8200.36256.5769.7937.65
Hex421DA33C520241014626
Octal102352437412204440110646
Binary10000101110110100011111100101001001001001000000011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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