#431B78

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

Shades of Windsor #431B78

Tints of Windsor #431B78

Color information

#431B78 (or 0x431B78) is unknown color: approx Windsor. HEX triplet: 43, 1B and 78. RGB value is (67,27,120). Sum of RGB (Red+Green+Blue) = 67+27+120=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #431B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B78 is #BCE487. Grayscale: #313131. Windows color (decimal): -12379272 or 7871299. OLE color: 7871299.

HSL color Cylindrical-coordinate representation of color #431B78: hue angle of 265.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #431B78 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6727120-
CMYK0.440.7800.53
HSL265.81º63.27%28.82%-
HSV(B)265.81º77.5%47.06%-
XYZ6.13.3318.09-
YUV49.56167.75140.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=31.31%
G=12.62%
B=56.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67271200.440.7800.53265.8163.2728.82
Hex431B782C4E03510a3f1d
Octal10333170541160654127735
Binary10000111101111110001011001001110011010110000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,27,120); }

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

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

 a { background-color: rgb(67,27,120); }

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

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

 span { border-color: rgb(67,27,120); }

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