#432866

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

Shades of Blue Diamond #432866

Tints of Blue Diamond #432866

Color information

#432866 (or 0x432866) is unknown color: approx Blue Diamond. HEX triplet: 43, 28 and 66. RGB value is (67,40,102). Sum of RGB (Red+Green+Blue) = 67+40+102=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #432866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432866 is #BCD799. Grayscale: #363636. Windows color (decimal): -12375962 or 6694979. OLE color: 6694979.

HSL color Cylindrical-coordinate representation of color #432866: hue angle of 266.13º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432866 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6740102-
CMYK0.340.6100.6
HSL266.13º43.66%27.84%-
HSV(B)266.13º60.78%40%-
XYZ5.473.6712.99-
YUV55.14154.45136.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=32.06%
G=19.14%
B=48.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal67401020.340.6100.6266.1343.6627.84
Hex432866223D03C10a2c1c
Octal1035014642750744125434
Binary10000111010001100110100010111101011110010000101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432866; }

 p { color: rgb(67,40,102); }

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

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

 a { background-color: rgb(67,40,102); }

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

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

 span { border-color: rgb(67,40,102); }

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