#381D77

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

Shades of Persian Indigo #381D77

Tints of Persian Indigo #381D77

Color information

#381D77 (or 0x381D77) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 77. RGB value is (56,29,119). Sum of RGB (Red+Green+Blue) = 56+29+119=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #381D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D77 is #C7E288. Grayscale: #2F2F2F. Windows color (decimal): -13099657 or 7806264. OLE color: 7806264.

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

Color convert

RGB5629119-
CMYK0.530.7600.53
HSL258º60.81%29.02%-
HSV(B)258º75.63%46.67%-
XYZ5.43.0517.76-
YUV47.33168.45134.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=27.45%
G=14.22%
B=58.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56291190.530.7600.5325860.8129.02
Hex381D77354C0351023d1d
Octal7035167651140654027535
Binary1110001110111101111101011001100011010110000001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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