#381D80

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

Shades of Persian Indigo #381D80

Tints of Persian Indigo #381D80

Color information

#381D80 (or 0x381D80) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 80. RGB value is (56,29,128). Sum of RGB (Red+Green+Blue) = 56+29+128=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #381D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D80 is #C7E27F. Grayscale: #2F2F2F. Windows color (decimal): -13099648 or 8396088. OLE color: 8396088.

HSL color Cylindrical-coordinate representation of color #381D80: hue angle of 256.36º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381D80 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5629128-
CMYK0.560.7700.50
HSL256.36º63.06%30.78%-
HSV(B)256.36º77.34%50.2%-
XYZ5.973.2820.74-
YUV48.36172.95133.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=26.29%
G=13.62%
B=60.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56291280.560.7700.50256.3663.0630.78
Hex381D80384D0321003f1f
Octal7035200701150624007737
Binary11100011101100000001110001001101011001010000000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,128); }

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

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

 a { background-color: rgb(56,29,128); }

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

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

 span { border-color: rgb(56,29,128); }

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