#382784

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

Shades of Windsor #382784

Tints of Windsor #382784

Color information

#382784 (or 0x382784) is unknown color: approx Windsor. HEX triplet: 38, 27 and 84. RGB value is (56,39,132). Sum of RGB (Red+Green+Blue) = 56+39+132=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #382784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382784 is #C7D87B. Grayscale: #363636. Windows color (decimal): -13097084 or 8660792. OLE color: 8660792.

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

Color convert

RGB5639132-
CMYK0.580.7000.48
HSL250.97º54.39%33.53%-
HSV(B)250.97º70.45%51.76%-
XYZ6.523.9622.25-
YUV54.68171.63128.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=24.67%
G=17.18%
B=58.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56391320.580.7000.48250.9754.3933.53
Hex3827843A46030fb3622
Octal7047204721060603736642
Binary111000100111100001001110101000110011000011111011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382784; }

 p { color: rgb(56,39,132); }

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

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

 a { background-color: rgb(56,39,132); }

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

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

 span { border-color: rgb(56,39,132); }

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