#362781

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

Shades of Windsor #362781

Tints of Windsor #362781

Color information

#362781 (or 0x362781) is unknown color: approx Windsor. HEX triplet: 36, 27 and 81. RGB value is (54,39,129). Sum of RGB (Red+Green+Blue) = 54+39+129=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #362781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362781 is #C9D87E. Grayscale: #353535. Windows color (decimal): -13228159 or 8464182. OLE color: 8464182.

HSL color Cylindrical-coordinate representation of color #362781: hue angle of 250º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362781 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5439129-
CMYK0.580.7000.49
HSL250º53.57%32.94%-
HSV(B)250º69.77%50.59%-
XYZ6.213.8221.18-
YUV53.74170.47128.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=24.32%
G=17.57%
B=58.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54391290.580.7000.4925053.5732.94
Hex3627813A46031fa3621
Octal6647201721060613726641
Binary110110100111100000011110101000110011000111111010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362781; }

 p { color: rgb(54,39,129); }

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

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

 a { background-color: rgb(54,39,129); }

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

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

 span { border-color: rgb(54,39,129); }

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