#4128B1

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

Shades of Blue Gem #4128B1

Tints of Blue Gem #4128B1

Color information

#4128B1 (or 0x4128B1) is unknown color: approx Blue Gem. HEX triplet: 41, 28 and B1. RGB value is (65,40,177). Sum of RGB (Red+Green+Blue) = 65+40+177=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #4128B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4128B1 is #BED74E. Grayscale: #3E3E3E. Windows color (decimal): -12506959 or 11610177. OLE color: 11610177.

HSL color Cylindrical-coordinate representation of color #4128B1: hue angle of 250.95º 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 #4128B1 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6540177-
CMYK0.630.7700.31
HSL250.95º63.13%42.55%-
HSV(B)250.95º77.4%69.41%-
XYZ10.875.8242.14-
YUV63.09192.28129.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 177 (69.53% from 255) = 62.77%
R=23.05%
G=14.18%
B=62.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65401770.630.7700.31250.9563.1342.55
Hex4128B13F4D01Ffb3f2b
Octal10150261771150373737753
Binary100000110100010110001111111100110101111111111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4128B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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