#431873

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

Shades of Blue Diamond #431873

Tints of Blue Diamond #431873

Color information

#431873 (or 0x431873) is unknown color: approx Blue Diamond. HEX triplet: 43, 18 and 73. RGB value is (67,24,115). Sum of RGB (Red+Green+Blue) = 67+24+115=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #431873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431873 is #BCE78C. Grayscale: #2E2E2E. Windows color (decimal): -12380045 or 7542851. OLE color: 7542851.

HSL color Cylindrical-coordinate representation of color #431873: hue angle of 268.35º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431873 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6724115-
CMYK0.420.7900.55
HSL268.35º65.47%27.25%-
HSV(B)268.35º79.13%45.1%-
XYZ5.743.0816.51-
YUV47.23166.25142.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=32.52%
G=11.65%
B=55.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67241150.420.7900.55268.3565.4727.25
Hex4318732A4F03710c411b
Octal103301635211706741410133
Binary100001111000111001110101010011110110111100001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431873; }

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

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

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

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

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

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

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

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