#3B197D

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

Shades of Persian Indigo #3B197D

Tints of Persian Indigo #3B197D

Color information

#3B197D (or 0x3B197D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 7D. RGB value is (59,25,125). Sum of RGB (Red+Green+Blue) = 59+25+125=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B197D is #C4E682. Grayscale: #2E2E2E. Windows color (decimal): -12904067 or 8198459. OLE color: 8198459.

HSL color Cylindrical-coordinate representation of color #3B197D: hue angle of 260.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B197D is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5925125-
CMYK0.530.800.51
HSL260.4º66.67%29.41%-
HSV(B)260.4º80%49.02%-
XYZ5.853.1119.69-
YUV46.57172.26136.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=28.23%
G=11.96%
B=59.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59251250.530.800.51260.466.6729.41
Hex3B197D3550033104431d
Octal73311756512006340410335
Binary11101111001111110111010110100000110011100000100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,125); }

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

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

 a { background-color: rgb(59,25,125); }

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

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

 span { border-color: rgb(59,25,125); }

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