#421D99

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

Shades of Blue Gem #421D99

Tints of Blue Gem #421D99

Color information

#421D99 (or 0x421D99) is unknown color: approx Blue Gem. HEX triplet: 42, 1D and 99. RGB value is (66,29,153). Sum of RGB (Red+Green+Blue) = 66+29+153=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #421D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D99 is #BDE266. Grayscale: #353535. Windows color (decimal): -12444263 or 10034498. OLE color: 10034498.

HSL color Cylindrical-coordinate representation of color #421D99: hue angle of 257.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421D99 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6629153-
CMYK0.570.8100.4
HSL257.9º68.13%35.69%-
HSV(B)257.9º81.05%60%-
XYZ8.444.3430.53-
YUV54.2183.76136.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=26.61%
G=11.69%
B=61.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66291530.570.8100.4257.968.1335.69
Hex421D9939510281024424
Octal102352317112105040210444
Binary10000101110110011001111001101000101010001000000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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