#4028B1

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

Shades of Blue Gem #4028B1

Tints of Blue Gem #4028B1

Color information

#4028B1 (or 0x4028B1) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and B1. RGB value is (64,40,177). Sum of RGB (Red+Green+Blue) = 64+40+177=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #4028B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4028B1 is #BFD74E. Grayscale: #3E3E3E. Windows color (decimal): -12572495 or 11610176. OLE color: 11610176.

HSL color Cylindrical-coordinate representation of color #4028B1: hue angle of 250.51º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4028B1 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6440177-
CMYK0.640.7700.31
HSL250.51º63.13%42.55%-
HSV(B)250.51º77.4%69.41%-
XYZ10.815.7842.14-
YUV62.79192.45128.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 177 (69.53% from 255) = 62.99%
R=22.78%
G=14.23%
B=62.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64401770.640.7700.31250.5163.1342.55
Hex4028B1404D01Ffb3f2b
Octal100502611001150373737753
Binary1000000101000101100011000000100110101111111111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4028B1; }

 p { color: rgb(64,40,177); }

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

<style>
 a { background-color: #4028B1; }

 a { background-color: rgb(64,40,177); }

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

<style>
 span { border-color: #4028B1; }

 span { border-color: rgb(64,40,177); }

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