#391B9B

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

Shades of Persian Indigo #391B9B

Tints of Persian Indigo #391B9B

Color information

#391B9B (or 0x391B9B) is unknown color: approx Persian Indigo. HEX triplet: 39, 1B and 9B. RGB value is (57,27,155). Sum of RGB (Red+Green+Blue) = 57+27+155=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #391B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B9B is #C6E464. Grayscale: #323232. Windows color (decimal): -13034597 or 10165049. OLE color: 10165049.

HSL color Cylindrical-coordinate representation of color #391B9B: hue angle of 254.06º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391B9B is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5727155-
CMYK0.630.8300.39
HSL254.06º70.33%35.69%-
HSV(B)254.06º82.58%60.78%-
XYZ84.0231.36-
YUV50.56186.94132.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=23.85%
G=11.30%
B=64.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57271550.630.8300.39254.0670.3335.69
Hex391B9B3F53027fe4624
Octal71332337712304737610644
Binary111001110111001101111111110100110100111111111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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