#432993

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

Shades of Blue Gem #432993

Tints of Blue Gem #432993

Color information

#432993 (or 0x432993) is unknown color: approx Blue Gem. HEX triplet: 43, 29 and 93. RGB value is (67,41,147). Sum of RGB (Red+Green+Blue) = 67+41+147=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #432993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432993 is #BCD66C. Grayscale: #3C3C3C. Windows color (decimal): -12375661 or 9644355. OLE color: 9644355.

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

Color convert

RGB6741147-
CMYK0.540.7200.42
HSL254.72º56.38%36.86%-
HSV(B)254.72º72.11%57.65%-
XYZ8.374.8928.11-
YUV60.86176.61132.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=26.27%
G=16.08%
B=57.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67411470.540.7200.42254.7256.3836.86
Hex432993364802Aff3825
Octal10351223661100523777045
Binary1000011101001100100111101101001000010101011111111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432993; }

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

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

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

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

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

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

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

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