#380586

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

Shades of Persian Indigo #380586

Tints of Persian Indigo #380586

Color information

#380586 (or 0x380586) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 86. RGB value is (56,5,134). Sum of RGB (Red+Green+Blue) = 56+5+134=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #380586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380586 is #C7FA79. Grayscale: #222222. Windows color (decimal): -13105786 or 8783160. OLE color: 8783160.

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

Color convert

RGB565134-
CMYK0.580.9600.47
HSL263.72º92.81%27.25%-
HSV(B)263.72º96.27%52.55%-
XYZ5.992.6722.75-
YUV34.96183.9143.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 134 (52.73% from 255) = 68.72%
R=28.72%
G=2.56%
B=68.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5651340.580.9600.47263.7292.8127.25
Hex385863A6002F1085d1b
Octal7052067214005741013533
Binary1110001011000011011101011000000101111100001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380586; }

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

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

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

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

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

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

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

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