#3B198C

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

Shades of Persian Indigo #3B198C

Tints of Persian Indigo #3B198C

Color information

#3B198C (or 0x3B198C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 8C. RGB value is (59,25,140). Sum of RGB (Red+Green+Blue) = 59+25+140=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B198C is #C4E673. Grayscale: #2F2F2F. Windows color (decimal): -12904052 or 9181499. OLE color: 9181499.

HSL color Cylindrical-coordinate representation of color #3B198C: hue angle of 257.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B198C is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5925140-
CMYK0.580.8200.45
HSL257.74º69.7%32.35%-
HSV(B)257.74º82.14%54.9%-
XYZ6.883.5225.13-
YUV48.28179.76135.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 140 (55.08% from 255) = 62.5%
R=26.34%
G=11.16%
B=62.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59251400.580.8200.45257.7469.732.35
Hex3B198C3A5202D1024620
Octal73312147212205540210640
Binary1110111100110001100111010101001001011011000000101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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