#381781

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

Shades of Persian Indigo #381781

Tints of Persian Indigo #381781

Color information

#381781 (or 0x381781) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and 81. RGB value is (56,23,129). Sum of RGB (Red+Green+Blue) = 56+23+129=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #381781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381781 is #C7E87E. Grayscale: #2C2C2C. Windows color (decimal): -13101183 or 8460088. OLE color: 8460088.

HSL color Cylindrical-coordinate representation of color #381781: hue angle of 258.68º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381781 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5623129-
CMYK0.570.8200.49
HSL258.68º69.74%29.8%-
HSV(B)258.68º82.17%50.59%-
XYZ5.93.0421.04-
YUV44.95175.43135.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 129 (50.78% from 255) = 62.02%
R=26.92%
G=11.06%
B=62.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56231290.570.8200.49258.6869.7429.8
Hex3817813952031103461e
Octal70272017112206140310636
Binary111000101111000000111100110100100110001100000011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381781; }

 p { color: rgb(56,23,129); }

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

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

 a { background-color: rgb(56,23,129); }

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

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

 span { border-color: rgb(56,23,129); }

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