#431E6C

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

Shades of Blue Diamond #431E6C

Tints of Blue Diamond #431E6C

Color information

#431E6C (or 0x431E6C) is unknown color: approx Blue Diamond. HEX triplet: 43, 1E and 6C. RGB value is (67,30,108). Sum of RGB (Red+Green+Blue) = 67+30+108=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #431E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E6C is #BCE193. Grayscale: #313131. Windows color (decimal): -12378516 or 7085635. OLE color: 7085635.

HSL color Cylindrical-coordinate representation of color #431E6C: hue angle of 268.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431E6C is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6730108-
CMYK0.380.7200.58
HSL268.46º56.52%27.06%-
HSV(B)268.46º72.22%42.35%-
XYZ5.493.214.52-
YUV49.96160.76140.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=32.68%
G=14.63%
B=52.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67301080.380.7200.58268.4656.5227.06
Hex431E6C264803A10c391b
Octal10336154461100724147133
Binary10000111111011011001001101001000011101010000110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,30,108); }

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

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

 a { background-color: rgb(67,30,108); }

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

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

 span { border-color: rgb(67,30,108); }

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