#381C73

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

Shades of Persian Indigo #381C73

Tints of Persian Indigo #381C73

Color information

#381C73 (or 0x381C73) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 73. RGB value is (56,28,115). Sum of RGB (Red+Green+Blue) = 56+28+115=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #381C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C73 is #C7E38C. Grayscale: #2D2D2D. Windows color (decimal): -13099917 or 7543864. OLE color: 7543864.

HSL color Cylindrical-coordinate representation of color #381C73: hue angle of 259.31º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381C73 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5628115-
CMYK0.510.7600.55
HSL259.31º60.84%28.04%-
HSV(B)259.31º75.65%45.1%-
XYZ5.142.9116.51-
YUV46.29166.78134.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=28.14%
G=14.07%
B=57.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56281150.510.7600.55259.3160.8428.04
Hex381C73334C0371033d1c
Octal7034163631140674037534
Binary1110001110011100111100111001100011011110000001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,115); }

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

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

 a { background-color: rgb(56,28,115); }

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

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

 span { border-color: rgb(56,28,115); }

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