#381E79

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

Shades of Persian Indigo #381E79

Tints of Persian Indigo #381E79

Color information

#381E79 (or 0x381E79) is unknown color: approx Persian Indigo. HEX triplet: 38, 1E and 79. RGB value is (56,30,121). Sum of RGB (Red+Green+Blue) = 56+30+121=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #381E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E79 is #C7E186. Grayscale: #2F2F2F. Windows color (decimal): -13099399 or 7937592. OLE color: 7937592.

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

Color convert

RGB5630121-
CMYK0.540.7500.53
HSL257.14º60.26%29.61%-
HSV(B)257.14º75.21%47.45%-
XYZ5.553.1518.4-
YUV48.15169.11133.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=27.05%
G=14.49%
B=58.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56301210.540.7500.53257.1460.2629.61
Hex381E79364B0351013c1e
Octal7036171661130654017436
Binary1110001111011110011101101001011011010110000000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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