#432cab

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

Shades of Blue Gem #432CAB

Tints of Blue Gem #432CAB

Color information

#432CAB (or 0x432CAB) is unknown color: approx Blue Gem. HEX triplet: 43, 2C and AB. RGB value is (67,44,171). Sum of RGB (Red+Green+Blue) = 67+44+171=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #432CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CAB is #BCD354. Grayscale: #404040. Windows color (decimal): -12374869 or 11217987. OLE color: 11217987.

HSL color Cylindrical-coordinate representation of color #432CAB: hue angle of 250.87º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432CAB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6744171-
CMYK0.610.7400.33
HSL250.87º59.07%42.16%-
HSV(B)250.87º74.27%67.06%-
XYZ10.575.9339.12-
YUV65.35187.62129.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=23.76%
G=15.60%
B=60.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67441710.610.7400.33250.8759.0742.16
Hex432CAB3D4A021fb3b2a
Octal10354253751120413737352
Binary1000011101100101010111111011001010010000111111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432cab; }

 p { color: rgb(67,44,171); }

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

<style>
 a { background-color: #432cab; }

 a { background-color: rgb(67,44,171); }

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

<style>
 span { border-color: #432cab; }

 span { border-color: rgb(67,44,171); }

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