#3B1F7A

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

Shades of Persian Indigo #3B1F7A

Tints of Persian Indigo #3B1F7A

Color information

#3B1F7A (or 0x3B1F7A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1F and 7A. RGB value is (59,31,122). Sum of RGB (Red+Green+Blue) = 59+31+122=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B1F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F7A is #C4E085. Grayscale: #313131. Windows color (decimal): -12902534 or 8003387. OLE color: 8003387.

HSL color Cylindrical-coordinate representation of color #3B1F7A: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1F7A is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5931122-
CMYK0.520.7500.52
HSL258.46º59.48%30%-
HSV(B)258.46º74.59%47.84%-
XYZ5.813.3118.75-
YUV49.75168.78134.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=27.83%
G=14.62%
B=57.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59311220.520.7500.52258.4659.4830
Hex3B1F7A344B0341023b1e
Octal7337172641130644027336
Binary1110111111111110101101001001011011010010000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1F7A; }

 p { color: rgb(59,31,122); }

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

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

 a { background-color: rgb(59,31,122); }

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

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

 span { border-color: rgb(59,31,122); }

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