#431874

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

Shades of Blue Diamond #431874

Tints of Blue Diamond #431874

Color information

#431874 (or 0x431874) is unknown color: approx Blue Diamond. HEX triplet: 43, 18 and 74. RGB value is (67,24,116). Sum of RGB (Red+Green+Blue) = 67+24+116=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #431874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431874 is #BCE78B. Grayscale: #2F2F2F. Windows color (decimal): -12380044 or 7608387. OLE color: 7608387.

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

Color convert

RGB6724116-
CMYK0.420.7900.55
HSL268.04º65.71%27.45%-
HSV(B)268.04º79.31%45.49%-
XYZ5.793.1116.82-
YUV47.34166.75142.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=32.37%
G=11.59%
B=56.04%

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
Decimal67241160.420.7900.55268.0465.7127.45
Hex4318742A4F03710c421b
Octal103301645211706741410233
Binary100001111000111010010101010011110110111100001100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431874; }

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

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

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

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

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

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

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

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