#431D70

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

Shades of Blue Diamond #431D70

Tints of Blue Diamond #431D70

Color information

#431D70 (or 0x431D70) is unknown color: approx Blue Diamond. HEX triplet: 43, 1D and 70. RGB value is (67,29,112). Sum of RGB (Red+Green+Blue) = 67+29+112=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #431D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D70 is #BCE28F. Grayscale: #313131. Windows color (decimal): -12378768 or 7347523. OLE color: 7347523.

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

Color convert

RGB6729112-
CMYK0.400.7400.56
HSL267.47º58.87%27.65%-
HSV(B)267.47º74.11%43.92%-
XYZ5.683.2415.66-
YUV49.82163.09140.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=32.21%
G=13.94%
B=53.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67291120.400.7400.56267.4758.8727.65
Hex431D70284A03810b3b1c
Octal10335160501120704137334
Binary10000111110111100001010001001010011100010000101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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