#381386

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

Shades of Persian Indigo #381386

Tints of Persian Indigo #381386

Color information

#381386 (or 0x381386) is unknown color: approx Persian Indigo. HEX triplet: 38, 13 and 86. RGB value is (56,19,134). Sum of RGB (Red+Green+Blue) = 56+19+134=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #381386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381386 is #C7EC79. Grayscale: #2A2A2A. Windows color (decimal): -13102202 or 8786744. OLE color: 8786744.

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

Color convert

RGB5619134-
CMYK0.580.8600.47
HSL259.3º75.16%30%-
HSV(B)259.3º85.82%52.55%-
XYZ6.173.0322.81-
YUV43.17179.26137.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 134 (52.73% from 255) = 64.11%
R=26.79%
G=9.09%
B=64.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56191340.580.8600.47259.375.1630
Hex3813863A5602F1034b1e
Octal70232067212605740311336
Binary111000100111000011011101010101100101111100000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381386; }

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

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

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

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

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

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

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

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