#4132AD

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

Shades of Blue Gem #4132AD

Tints of Blue Gem #4132AD

Color information

#4132AD (or 0x4132AD) is unknown color: approx Blue Gem. HEX triplet: 41, 32 and AD. RGB value is (65,50,173). Sum of RGB (Red+Green+Blue) = 65+50+173=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #4132AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4132AD is #BECD52. Grayscale: #444444. Windows color (decimal): -12504403 or 11350593. OLE color: 11350593.

HSL color Cylindrical-coordinate representation of color #4132AD: hue angle of 247.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4132AD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6550173-
CMYK0.620.7100.32
HSL247.32º55.16%43.73%-
HSV(B)247.32º71.1%67.84%-
XYZ10.866.4240.2-
YUV68.51186.97125.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=22.57%
G=17.36%
B=60.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65501730.620.7100.32247.3255.1643.73
Hex4132AD3E47020f7372c
Octal10162255761070403676754
Binary1000001110010101011011111101000111010000011110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132AD; }

 p { color: rgb(65,50,173); }

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

<style>
 a { background-color: #4132AD; }

 a { background-color: rgb(65,50,173); }

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

<style>
 span { border-color: #4132AD; }

 span { border-color: rgb(65,50,173); }

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