#421E9B

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

Shades of Blue Gem #421E9B

Tints of Blue Gem #421E9B

Color information

#421E9B (or 0x421E9B) is unknown color: approx Blue Gem. HEX triplet: 42, 1E and 9B. RGB value is (66,30,155). Sum of RGB (Red+Green+Blue) = 66+30+155=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #421E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E9B is #BDE164. Grayscale: #363636. Windows color (decimal): -12444005 or 10165826. OLE color: 10165826.

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

Color convert

RGB6630155-
CMYK0.570.8100.39
HSL257.28º67.57%36.27%-
HSV(B)257.28º80.65%60.78%-
XYZ8.634.4531.42-
YUV55.01184.43135.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=26.29%
G=11.95%
B=61.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66301550.570.8100.39257.2867.5736.27
Hex421E9B39510271014424
Octal102362337112104740110444
Binary10000101111010011011111001101000101001111000000011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,155); }

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

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

 a { background-color: rgb(66,30,155); }

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

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

 span { border-color: rgb(66,30,155); }

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