#381986

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

Shades of Persian Indigo #381986

Tints of Persian Indigo #381986

Color information

#381986 (or 0x381986) is unknown color: approx Persian Indigo. HEX triplet: 38, 19 and 86. RGB value is (56,25,134). Sum of RGB (Red+Green+Blue) = 56+25+134=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #381986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381986 is #C7E679. Grayscale: #2E2E2E. Windows color (decimal): -13100666 or 8788280. OLE color: 8788280.

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

Color convert

RGB5625134-
CMYK0.580.8100.47
HSL257.06º68.55%31.18%-
HSV(B)257.06º81.34%52.55%-
XYZ6.283.2622.85-
YUV46.69177.27134.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 134 (52.73% from 255) = 62.33%
R=26.05%
G=11.63%
B=62.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56251340.580.8100.47257.0668.5531.18
Hex3819863A5102F101451f
Octal70312067212105740110537
Binary111000110011000011011101010100010101111100000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381986; }

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

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

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

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

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

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

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

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