#380986

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

Shades of Persian Indigo #380986

Tints of Persian Indigo #380986

Color information

#380986 (or 0x380986) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 86. RGB value is (56,9,134). Sum of RGB (Red+Green+Blue) = 56+9+134=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #380986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380986 is #C7F679. Grayscale: #242424. Windows color (decimal): -13104762 or 8784184. OLE color: 8784184.

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

Color convert

RGB569134-
CMYK0.580.9300.47
HSL262.56º87.41%28.04%-
HSV(B)262.56º93.28%52.55%-
XYZ6.032.7622.77-
YUV37.3182.57141.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=28.14%
G=4.52%
B=67.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5691340.580.9300.47262.5687.4128.04
Hex389863A5D02F107571c
Octal70112067213505740712734
Binary11100010011000011011101010111010101111100000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380986; }

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

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

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

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

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

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

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

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