#381178

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

Shades of Persian Indigo #381178

Tints of Persian Indigo #381178

Color information

#381178 (or 0x381178) is unknown color: approx Persian Indigo. HEX triplet: 38, 11 and 78. RGB value is (56,17,120). Sum of RGB (Red+Green+Blue) = 56+17+120=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #381178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381178 is #C7EE87. Grayscale: #282828. Windows color (decimal): -13102728 or 7868728. OLE color: 7868728.

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

Color convert

RGB5617120-
CMYK0.530.8600.53
HSL262.72º75.18%26.86%-
HSV(B)262.72º85.83%47.06%-
XYZ5.222.618-
YUV40.4172.92139.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=29.02%
G=8.81%
B=62.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56171200.530.8600.53262.7275.1826.86
Hex38117835560351074b1b
Octal70211706512606540711333
Binary11100010001111100011010110101100110101100000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381178; }

 p { color: rgb(56,17,120); }

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

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

 a { background-color: rgb(56,17,120); }

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

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

 span { border-color: rgb(56,17,120); }

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