#431772

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

Shades of Blue Diamond #431772

Tints of Blue Diamond #431772

Color information

#431772 (or 0x431772) is unknown color: approx Blue Diamond. HEX triplet: 43, 17 and 72. RGB value is (67,23,114). Sum of RGB (Red+Green+Blue) = 67+23+114=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #431772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431772 is #BCE88D. Grayscale: #2E2E2E. Windows color (decimal): -12380302 or 7477059. OLE color: 7477059.

HSL color Cylindrical-coordinate representation of color #431772: hue angle of 269.01º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431772 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6723114-
CMYK0.410.8000.55
HSL269.01º66.42%26.86%-
HSV(B)269.01º79.82%44.71%-
XYZ5.663.0216.2-
YUV46.53166.08142.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=32.84%
G=11.27%
B=55.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67231140.410.8000.55269.0166.4226.86
Hex431772295003710d421b
Octal103271625112006741510233
Binary100001110111111001010100110100000110111100001101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431772; }

 p { color: rgb(67,23,114); }

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

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

 a { background-color: rgb(67,23,114); }

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

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

 span { border-color: rgb(67,23,114); }

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