#381173

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

Shades of Persian Indigo #381173

Tints of Persian Indigo #381173

Color information

#381173 (or 0x381173) is unknown color: approx Persian Indigo. HEX triplet: 38, 11 and 73. RGB value is (56,17,115). Sum of RGB (Red+Green+Blue) = 56+17+115=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #381173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381173 is #C7EE8C. Grayscale: #272727. Windows color (decimal): -13102733 or 7541048. OLE color: 7541048.

HSL color Cylindrical-coordinate representation of color #381173: hue angle of 263.88º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381173 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5617115-
CMYK0.510.8500.55
HSL263.88º74.24%25.88%-
HSV(B)263.88º85.22%45.1%-
XYZ4.932.4816.44-
YUV39.83170.42139.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=29.79%
G=9.04%
B=61.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56171150.510.8500.55263.8874.2425.88
Hex38117333550371084a1a
Octal70211636312506741011232
Binary11100010001111001111001110101010110111100001000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381173; }

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

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

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

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

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

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

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

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