#391B83

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

Shades of Persian Indigo #391B83

Tints of Persian Indigo #391B83

Color information

#391B83 (or 0x391B83) is unknown color: approx Persian Indigo. HEX triplet: 39, 1B and 83. RGB value is (57,27,131). Sum of RGB (Red+Green+Blue) = 57+27+131=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #391B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B83 is #C6E47C. Grayscale: #2F2F2F. Windows color (decimal): -13034621 or 8592185. OLE color: 8592185.

HSL color Cylindrical-coordinate representation of color #391B83: hue angle of 257.31º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391B83 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5727131-
CMYK0.560.7900.49
HSL257.31º65.82%30.98%-
HSV(B)257.31º79.39%51.37%-
XYZ6.183.2921.78-
YUV47.83174.94134.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 131 (51.56% from 255) = 60.93%
R=26.51%
G=12.56%
B=60.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57271310.560.7900.49257.3165.8230.98
Hex391B83384F031101421f
Octal71332037011706140110237
Binary111001110111000001111100010011110110001100000001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391B83; }

 p { color: rgb(57,27,131); }

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

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

 a { background-color: rgb(57,27,131); }

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

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

 span { border-color: rgb(57,27,131); }

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