#431773

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

Shades of Blue Diamond #431773

Tints of Blue Diamond #431773

Color information

#431773 (or 0x431773) is unknown color: approx Blue Diamond. HEX triplet: 43, 17 and 73. RGB value is (67,23,115). Sum of RGB (Red+Green+Blue) = 67+23+115=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #431773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431773 is #BCE88C. Grayscale: #2E2E2E. Windows color (decimal): -12380301 or 7542595. OLE color: 7542595.

HSL color Cylindrical-coordinate representation of color #431773: hue angle of 268.7º degrees, saturation: 0.67, 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 #431773 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6723115-
CMYK0.420.8000.55
HSL268.7º66.67%27.06%-
HSV(B)268.7º80%45.1%-
XYZ5.723.0416.51-
YUV46.64166.58142.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=32.68%
G=11.22%
B=56.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67231150.420.8000.55268.766.6727.06
Hex4317732A5003710d431b
Octal103271635212006741510333
Binary100001110111111001110101010100000110111100001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431773; }

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

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

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

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

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

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

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

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