#381E80

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

Shades of Persian Indigo #381E80

Tints of Persian Indigo #381E80

Color information

#381E80 (or 0x381E80) is unknown color: approx Persian Indigo. HEX triplet: 38, 1E and 80. RGB value is (56,30,128). Sum of RGB (Red+Green+Blue) = 56+30+128=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #381E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381E80 is #C7E17F. Grayscale: #303030. Windows color (decimal): -13099392 or 8396344. OLE color: 8396344.

HSL color Cylindrical-coordinate representation of color #381E80: hue angle of 255.92º degrees, saturation: 0.62, 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 #381E80 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5630128-
CMYK0.560.7700.50
HSL255.92º62.03%30.98%-
HSV(B)255.92º76.56%50.2%-
XYZ5.993.3320.75-
YUV48.95172.61133.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=26.17%
G=14.02%
B=59.81%

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
Decimal56301280.560.7700.50255.9262.0330.98
Hex381E80384D0321003e1f
Octal7036200701150624007637
Binary11100011110100000001110001001101011001010000000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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