#432A93

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

Shades of Blue Gem #432A93

Tints of Blue Gem #432A93

Color information

#432A93 (or 0x432A93) is unknown color: approx Blue Gem. HEX triplet: 43, 2A and 93. RGB value is (67,42,147). Sum of RGB (Red+Green+Blue) = 67+42+147=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #432A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432A93 is #BCD56C. Grayscale: #3D3D3D. Windows color (decimal): -12375405 or 9644611. OLE color: 9644611.

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

Color convert

RGB6742147-
CMYK0.540.7100.42
HSL254.29º55.56%37.06%-
HSV(B)254.29º71.43%57.65%-
XYZ8.414.9628.12-
YUV61.44176.28131.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=26.17%
G=16.41%
B=57.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67421470.540.7100.42254.2955.5637.06
Hex432A93364702Afe3825
Octal10352223661070523767045
Binary1000011101010100100111101101000111010101011111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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