#382B7F

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

Shades of Windsor #382B7F

Tints of Windsor #382B7F

Color information

#382B7F (or 0x382B7F) is unknown color: approx Windsor. HEX triplet: 38, 2B and 7F. RGB value is (56,43,127). Sum of RGB (Red+Green+Blue) = 56+43+127=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #382B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B7F is #C7D480. Grayscale: #383838. Windows color (decimal): -13096065 or 8334136. OLE color: 8334136.

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

Color convert

RGB5643127-
CMYK0.560.6600.50
HSL249.29º49.41%33.33%-
HSV(B)249.29º66.14%49.8%-
XYZ6.334.120.54-
YUV56.46167.81127.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 127 (50% from 255) = 56.19%
R=24.78%
G=19.03%
B=56.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56431270.560.6600.50249.2949.4133.33
Hex382B7F3842032f93121
Octal7053177701020623716141
Binary11100010101111111111110001000010011001011111001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,127); }

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

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

 a { background-color: rgb(56,43,127); }

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

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

 span { border-color: rgb(56,43,127); }

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