#431f97

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

Shades of Blue Gem #431F97

Tints of Blue Gem #431F97

Color information

#431F97 (or 0x431F97) is unknown color: approx Blue Gem. HEX triplet: 43, 1F and 97. RGB value is (67,31,151). Sum of RGB (Red+Green+Blue) = 67+31+151=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #431F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431F97 is #BCE068. Grayscale: #373737. Windows color (decimal): -12378217 or 9903939. OLE color: 9903939.

HSL color Cylindrical-coordinate representation of color #431F97: hue angle of 258º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431F97 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6731151-
CMYK0.560.7900.41
HSL258º65.93%35.69%-
HSV(B)258º79.47%59.22%-
XYZ8.394.4129.69-
YUV55.44181.93136.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=26.91%
G=12.45%
B=60.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67311510.560.7900.4125865.9335.69
Hex431F97384F0291024224
Octal103372277011705140210244
Binary10000111111110010111111000100111101010011000000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431f97; }

 p { color: rgb(67,31,151); }

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

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

 a { background-color: rgb(67,31,151); }

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

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

 span { border-color: rgb(67,31,151); }

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