#431978

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

Shades of Windsor #431978

Tints of Windsor #431978

Color information

#431978 (or 0x431978) is unknown color: approx Windsor. HEX triplet: 43, 19 and 78. RGB value is (67,25,120). Sum of RGB (Red+Green+Blue) = 67+25+120=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #431978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431978 is #BCE687. Grayscale: #303030. Windows color (decimal): -12379784 or 7870787. OLE color: 7870787.

HSL color Cylindrical-coordinate representation of color #431978: hue angle of 266.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431978 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6725120-
CMYK0.440.7900.53
HSL266.53º65.52%28.43%-
HSV(B)266.53º79.17%47.06%-
XYZ6.053.2418.08-
YUV48.39168.41141.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=31.60%
G=11.79%
B=56.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67251200.440.7900.53266.5365.5228.43
Hex4319782C4F03510b421c
Octal103311705411706541310234
Binary100001111001111100010110010011110110101100001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431978; }

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

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

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

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

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

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

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

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