#381C71

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

Shades of Persian Indigo #381C71

Tints of Persian Indigo #381C71

Color information

#381C71 (or 0x381C71) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 71. RGB value is (56,28,113). Sum of RGB (Red+Green+Blue) = 56+28+113=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #381C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C71 is #C7E38E. Grayscale: #2D2D2D. Windows color (decimal): -13099919 or 7412792. OLE color: 7412792.

HSL color Cylindrical-coordinate representation of color #381C71: hue angle of 259.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C71 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5628113-
CMYK0.500.7500.56
HSL259.76º60.28%27.65%-
HSV(B)259.76º75.22%44.31%-
XYZ5.032.8615.91-
YUV46.06165.78135.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=28.43%
G=14.21%
B=57.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56281130.500.7500.56259.7660.2827.65
Hex381C71324B0381043c1c
Octal7034161621130704047434
Binary1110001110011100011100101001011011100010000010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C71; }

 p { color: rgb(56,28,113); }

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

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

 a { background-color: rgb(56,28,113); }

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

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

 span { border-color: rgb(56,28,113); }

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