#431C70

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

Shades of Blue Diamond #431C70

Tints of Blue Diamond #431C70

Color information

#431C70 (or 0x431C70) is unknown color: approx Blue Diamond. HEX triplet: 43, 1C and 70. RGB value is (67,28,112). Sum of RGB (Red+Green+Blue) = 67+28+112=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #431C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C70 is #BCE38F. Grayscale: #303030. Windows color (decimal): -12379024 or 7347267. OLE color: 7347267.

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

Color convert

RGB6728112-
CMYK0.400.7500.56
HSL267.86º60%27.45%-
HSV(B)267.86º75%43.92%-
XYZ5.653.1915.65-
YUV49.24163.42140.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=32.37%
G=13.53%
B=54.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67281120.400.7500.56267.866027.45
Hex431C70284B03810c3c1b
Octal10334160501130704147433
Binary10000111110011100001010001001011011100010000110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431C70; }

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

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

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

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

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

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

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

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