#381977

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

Shades of Persian Indigo #381977

Tints of Persian Indigo #381977

Color information

#381977 (or 0x381977) is unknown color: approx Persian Indigo. HEX triplet: 38, 19 and 77. RGB value is (56,25,119). Sum of RGB (Red+Green+Blue) = 56+25+119=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #381977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381977 is #C7E688. Grayscale: #2C2C2C. Windows color (decimal): -13100681 or 7805240. OLE color: 7805240.

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

Color convert

RGB5625119-
CMYK0.530.7900.53
HSL259.79º65.28%28.24%-
HSV(B)259.79º78.99%46.67%-
XYZ5.312.8717.73-
YUV44.98169.77135.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=28%
G=12.5%
B=59.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56251190.530.7900.53259.7965.2828.24
Hex381977354F035104411c
Octal70311676511706540410134
Binary11100011001111011111010110011110110101100000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381977; }

 p { color: rgb(56,25,119); }

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

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

 a { background-color: rgb(56,25,119); }

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

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

 span { border-color: rgb(56,25,119); }

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