#382885

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

Shades of Windsor #382885

Tints of Windsor #382885

Color information

#382885 (or 0x382885) is unknown color: approx Windsor. HEX triplet: 38, 28 and 85. RGB value is (56,40,133). Sum of RGB (Red+Green+Blue) = 56+40+133=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #382885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382885 is #C7D77A. Grayscale: #373737. Windows color (decimal): -13096827 or 8726584. OLE color: 8726584.

HSL color Cylindrical-coordinate representation of color #382885: hue angle of 250.32º 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 #382885 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5640133-
CMYK0.580.7000.48
HSL250.32º53.76%33.92%-
HSV(B)250.32º69.92%52.16%-
XYZ6.624.0522.62-
YUV55.39171.8128.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=24.45%
G=17.47%
B=58.08%

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
Decimal56401330.580.7000.48250.3253.7633.92
Hex3828853A46030fa3622
Octal7050205721060603726642
Binary111000101000100001011110101000110011000011111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382885; }

 p { color: rgb(56,40,133); }

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

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

 a { background-color: rgb(56,40,133); }

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

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

 span { border-color: rgb(56,40,133); }

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