#432A92

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

Shades of Blue Gem #432A92

Tints of Blue Gem #432A92

Color information

#432A92 (or 0x432A92) is unknown color: approx Blue Gem. HEX triplet: 43, 2A and 92. RGB value is (67,42,146). Sum of RGB (Red+Green+Blue) = 67+42+146=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #432A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432A92 is #BCD56D. Grayscale: #3C3C3C. Windows color (decimal): -12375406 or 9579075. OLE color: 9579075.

HSL color Cylindrical-coordinate representation of color #432A92: hue angle of 254.42º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432A92 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6742146-
CMYK0.540.7100.43
HSL254.42º55.32%36.86%-
HSV(B)254.42º71.23%57.25%-
XYZ8.334.9227.71-
YUV61.33175.78132.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=26.27%
G=16.47%
B=57.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67421460.540.7100.43254.4255.3236.86
Hex432A92364702Bfe3725
Octal10352222661070533766745
Binary1000011101010100100101101101000111010101111111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,42,146); }

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

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

 a { background-color: rgb(67,42,146); }

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

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

 span { border-color: rgb(67,42,146); }

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