#432A9B

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

Shades of Blue Gem #432A9B

Tints of Blue Gem #432A9B

Color information

#432A9B (or 0x432A9B) is unknown color: approx Blue Gem. HEX triplet: 43, 2A and 9B. RGB value is (67,42,155). Sum of RGB (Red+Green+Blue) = 67+42+155=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #432A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432A9B is #BCD564. Grayscale: #3D3D3D. Windows color (decimal): -12375397 or 10168899. OLE color: 10168899.

HSL color Cylindrical-coordinate representation of color #432A9B: hue angle of 253.27º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432A9B is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6742155-
CMYK0.570.7300.39
HSL253.27º57.36%38.63%-
HSV(B)253.27º72.9%60.78%-
XYZ9.065.2231.54-
YUV62.36180.28131.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=25.38%
G=15.91%
B=58.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67421550.570.7300.39253.2757.3638.63
Hex432A9B3949027fd3927
Octal10352233711110473757147
Binary1000011101010100110111110011001001010011111111101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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