#432cad

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

Shades of Blue Gem #432CAD

Tints of Blue Gem #432CAD

Color information

#432CAD (or 0x432CAD) is unknown color: approx Blue Gem. HEX triplet: 43, 2C and AD. RGB value is (67,44,173). Sum of RGB (Red+Green+Blue) = 67+44+173=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #432CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CAD is #BCD352. Grayscale: #414141. Windows color (decimal): -12374867 or 11349059. OLE color: 11349059.

HSL color Cylindrical-coordinate representation of color #432CAD: hue angle of 250.7º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432CAD is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6744173-
CMYK0.610.7500.32
HSL250.7º59.45%42.55%-
HSV(B)250.7º74.57%67.84%-
XYZ10.766.0140.13-
YUV65.58188.62129.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=23.59%
G=15.49%
B=60.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67441730.610.7500.32250.759.4542.55
Hex432CAD3D4B020fb3b2b
Octal10354255751130403737353
Binary1000011101100101011011111011001011010000011111011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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