#381E76

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

Shades of Persian Indigo #381E76

Tints of Persian Indigo #381E76

Color information

#381E76 (or 0x381E76) is unknown color: approx Persian Indigo. HEX triplet: 38, 1E and 76. RGB value is (56,30,118). Sum of RGB (Red+Green+Blue) = 56+30+118=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #381E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E76 is #C7E189. Grayscale: #2F2F2F. Windows color (decimal): -13099402 or 7740984. OLE color: 7740984.

HSL color Cylindrical-coordinate representation of color #381E76: hue angle of 257.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381E76 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5630118-
CMYK0.530.7500.54
HSL257.73º59.46%29.02%-
HSV(B)257.73º74.58%46.27%-
XYZ5.373.0817.45-
YUV47.81167.61133.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=27.45%
G=14.71%
B=57.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56301180.530.7500.54257.7359.4629.02
Hex381E76354B0361023b1d
Octal7036166651130664027335
Binary1110001111011101101101011001011011011010000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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