#421D9E

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

Shades of Blue Gem #421D9E

Tints of Blue Gem #421D9E

Color information

#421D9E (or 0x421D9E) is unknown color: approx Blue Gem. HEX triplet: 42, 1D and 9E. RGB value is (66,29,158). Sum of RGB (Red+Green+Blue) = 66+29+158=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #421D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D9E is #BDE261. Grayscale: #363636. Windows color (decimal): -12444258 or 10362178. OLE color: 10362178.

HSL color Cylindrical-coordinate representation of color #421D9E: hue angle of 257.21º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421D9E is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6629158-
CMYK0.580.8200.38
HSL257.21º68.98%36.67%-
HSV(B)257.21º81.65%61.96%-
XYZ8.864.5132.75-
YUV54.77186.26136.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=26.09%
G=11.46%
B=62.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66291580.580.8200.38257.2168.9836.67
Hex421D9E3A520261014525
Octal102352367212204640110545
Binary10000101110110011110111010101001001001101000000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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