#381A79

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

Shades of Persian Indigo #381A79

Tints of Persian Indigo #381A79

Color information

#381A79 (or 0x381A79) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 79. RGB value is (56,26,121). Sum of RGB (Red+Green+Blue) = 56+26+121=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #381A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A79 is #C7E586. Grayscale: #2D2D2D. Windows color (decimal): -13100423 or 7936568. OLE color: 7936568.

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

Color convert

RGB5626121-
CMYK0.540.7900.53
HSL258.95º64.63%28.82%-
HSV(B)258.95º78.51%47.45%-
XYZ5.452.9618.37-
YUV45.8170.44135.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=27.59%
G=12.81%
B=59.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56261210.540.7900.53258.9564.6328.82
Hex381A79364F035103411d
Octal70321716611706540310135
Binary11100011010111100111011010011110110101100000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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