#381086

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

Shades of Persian Indigo #381086

Tints of Persian Indigo #381086

Color information

#381086 (or 0x381086) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and 86. RGB value is (56,16,134). Sum of RGB (Red+Green+Blue) = 56+16+134=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #381086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381086 is #C7EF79. Grayscale: #282828. Windows color (decimal): -13102970 or 8785976. OLE color: 8785976.

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

Color convert

RGB5616134-
CMYK0.580.8800.47
HSL260.34º78.67%29.41%-
HSV(B)260.34º88.06%52.55%-
XYZ6.122.9322.8-
YUV41.41180.25138.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=27.18%
G=7.77%
B=65.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56161340.580.8800.47260.3478.6729.41
Hex3810863A5802F1044f1d
Octal70202067213005740411735
Binary111000100001000011011101010110000101111100000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381086; }

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

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

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

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

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

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

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

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