#382A7C

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

Shades of Windsor #382A7C

Tints of Windsor #382A7C

Color information

#382A7C (or 0x382A7C) is unknown color: approx Windsor. HEX triplet: 38, 2A and 7C. RGB value is (56,42,124). Sum of RGB (Red+Green+Blue) = 56+42+124=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #382A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A7C is #C7D583. Grayscale: #373737. Windows color (decimal): -13096324 or 8137272. OLE color: 8137272.

HSL color Cylindrical-coordinate representation of color #382A7C: hue angle of 250.24º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382A7C is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5642124-
CMYK0.550.6600.51
HSL250.24º49.4%32.55%-
HSV(B)250.24º66.13%48.63%-
XYZ6.13.9519.51-
YUV55.53166.64128.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=25.23%
G=18.92%
B=55.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56421240.550.6600.51250.2449.432.55
Hex382A7C3742033fa3121
Octal7052174671020633726141
Binary11100010101011111001101111000010011001111111010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382A7C; }

 p { color: rgb(56,42,124); }

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

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

 a { background-color: rgb(56,42,124); }

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

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

 span { border-color: rgb(56,42,124); }

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