#382A7F

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

Shades of Windsor #382A7F

Tints of Windsor #382A7F

Color information

#382A7F (or 0x382A7F) is unknown color: approx Windsor. HEX triplet: 38, 2A and 7F. RGB value is (56,42,127). Sum of RGB (Red+Green+Blue) = 56+42+127=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #382A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A7F is #C7D580. Grayscale: #373737. Windows color (decimal): -13096321 or 8333880. OLE color: 8333880.

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

Color convert

RGB5642127-
CMYK0.560.6700.50
HSL249.88º50.3%33.14%-
HSV(B)249.88º66.93%49.8%-
XYZ6.294.0320.52-
YUV55.88168.14128.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 127 (50% from 255) = 56.44%
R=24.89%
G=18.67%
B=56.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56421270.560.6700.50249.8850.333.14
Hex382A7F3843032fa3221
Octal7052177701030623726241
Binary11100010101011111111110001000011011001011111010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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