#431870

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

Shades of Blue Diamond #431870

Tints of Blue Diamond #431870

Color information

#431870 (or 0x431870) is unknown color: approx Blue Diamond. HEX triplet: 43, 18 and 70. RGB value is (67,24,112). Sum of RGB (Red+Green+Blue) = 67+24+112=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #431870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431870 is #BCE78F. Grayscale: #2E2E2E. Windows color (decimal): -12380048 or 7346243. OLE color: 7346243.

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

Color convert

RGB6724112-
CMYK0.400.7900.56
HSL269.32º64.71%26.67%-
HSV(B)269.32º78.57%43.92%-
XYZ5.573.0215.62-
YUV46.89164.75142.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=33.00%
G=11.82%
B=55.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67241120.400.7900.56269.3264.7126.67
Hex431870284F03810d411b
Octal103301605011707041510133
Binary100001111000111000010100010011110111000100001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431870; }

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

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

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

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

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

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

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

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