#431D6D

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

Shades of Blue Diamond #431D6D

Tints of Blue Diamond #431D6D

Color information

#431D6D (or 0x431D6D) is unknown color: approx Blue Diamond. HEX triplet: 43, 1D and 6D. RGB value is (67,29,109). Sum of RGB (Red+Green+Blue) = 67+29+109=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #431D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D6D is #BCE292. Grayscale: #313131. Windows color (decimal): -12378771 or 7150915. OLE color: 7150915.

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

Color convert

RGB6729109-
CMYK0.390.7300.57
HSL268.5º57.97%27.06%-
HSV(B)268.5º73.39%42.75%-
XYZ5.513.1814.79-
YUV49.48161.59140.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=32.68%
G=14.15%
B=53.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67291090.390.7300.57268.557.9727.06
Hex431D6D274903910c3a1b
Octal10335155471110714147233
Binary10000111110111011011001111001001011100110000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,29,109); }

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

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

 a { background-color: rgb(67,29,109); }

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

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

 span { border-color: rgb(67,29,109); }

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