#431974

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

Shades of Blue Diamond #431974

Tints of Blue Diamond #431974

Color information

#431974 (or 0x431974) is unknown color: approx Blue Diamond. HEX triplet: 43, 19 and 74. RGB value is (67,25,116). Sum of RGB (Red+Green+Blue) = 67+25+116=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #431974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431974 is #BCE68B. Grayscale: #2F2F2F. Windows color (decimal): -12379788 or 7608643. OLE color: 7608643.

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

Color convert

RGB6725116-
CMYK0.420.7800.55
HSL267.69º64.54%27.65%-
HSV(B)267.69º78.45%45.49%-
XYZ5.813.1516.82-
YUV47.93166.41141.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=32.21%
G=12.02%
B=55.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67251160.420.7800.55267.6964.5427.65
Hex4319742A4E03710c411c
Octal103311645211606741410134
Binary100001111001111010010101010011100110111100001100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431974; }

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

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

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

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

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

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

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

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