#432F93

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

Shades of Blue Gem #432F93

Tints of Blue Gem #432F93

Color information

#432F93 (or 0x432F93) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and 93. RGB value is (67,47,147). Sum of RGB (Red+Green+Blue) = 67+47+147=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #432F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F93 is #BCD06C. Grayscale: #404040. Windows color (decimal): -12374125 or 9645891. OLE color: 9645891.

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

Color convert

RGB6747147-
CMYK0.540.6800.42
HSL252º51.55%38.04%-
HSV(B)252º68.03%57.65%-
XYZ8.65.3328.18-
YUV64.38174.63129.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=25.67%
G=18.01%
B=56.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67471470.540.6800.4225251.5538.04
Hex432F93364402Afc3426
Octal10357223661040523746446
Binary1000011101111100100111101101000100010101011111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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