#381576

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

Shades of Persian Indigo #381576

Tints of Persian Indigo #381576

Color information

#381576 (or 0x381576) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 76. RGB value is (56,21,118). Sum of RGB (Red+Green+Blue) = 56+21+118=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #381576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381576 is #C7EA89. Grayscale: #2A2A2A. Windows color (decimal): -13101706 or 7738680. OLE color: 7738680.

HSL color Cylindrical-coordinate representation of color #381576: hue angle of 261.65º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381576 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5621118-
CMYK0.530.8200.54
HSL261.65º69.78%27.25%-
HSV(B)261.65º82.2%46.27%-
XYZ5.172.6917.39-
YUV42.52170.6137.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=28.72%
G=10.77%
B=60.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56211180.530.8200.54261.6569.7827.25
Hex3815763552036106461b
Octal70251666512206640610633
Binary11100010101111011011010110100100110110100000110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381576; }

 p { color: rgb(56,21,118); }

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

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

 a { background-color: rgb(56,21,118); }

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

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

 span { border-color: rgb(56,21,118); }

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