#382486

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

Shades of Persian Indigo #382486

Tints of Persian Indigo #382486

Color information

#382486 (or 0x382486) is unknown color: approx Persian Indigo. HEX triplet: 38, 24 and 86. RGB value is (56,36,134). Sum of RGB (Red+Green+Blue) = 56+36+134=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #382486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382486 is #C7DB79. Grayscale: #343434. Windows color (decimal): -13097850 or 8791096. OLE color: 8791096.

HSL color Cylindrical-coordinate representation of color #382486: hue angle of 252.24º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382486 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5636134-
CMYK0.580.7300.47
HSL252.24º57.65%33.33%-
HSV(B)252.24º73.13%52.55%-
XYZ6.563.8222.95-
YUV53.15173.63130.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=24.78%
G=15.93%
B=59.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56361340.580.7300.47252.2457.6533.33
Hex3824863A4902Ffc3a21
Octal7044206721110573747241
Binary111000100100100001101110101001001010111111111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382486; }

 p { color: rgb(56,36,134); }

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

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

 a { background-color: rgb(56,36,134); }

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

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

 span { border-color: rgb(56,36,134); }

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