#3B168D

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

Shades of Persian Indigo #3B168D

Tints of Persian Indigo #3B168D

Color information

#3B168D (or 0x3B168D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 16 and 8D. RGB value is (59,22,141). Sum of RGB (Red+Green+Blue) = 59+22+141=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B168D is #C4E972. Grayscale: #2E2E2E. Windows color (decimal): -12904819 or 9246267. OLE color: 9246267.

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

Color convert

RGB5922141-
CMYK0.580.8400.45
HSL258.66º73.01%31.96%-
HSV(B)258.66º84.4%55.29%-
XYZ6.93.4325.5-
YUV46.63181.26136.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 141 (55.47% from 255) = 63.51%
R=26.58%
G=9.91%
B=63.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59221410.580.8400.45258.6673.0131.96
Hex3B168D3A5402D1034920
Octal73262157212405540311140
Binary1110111011010001101111010101010001011011000000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,22,141); }

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

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

 a { background-color: rgb(59,22,141); }

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

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

 span { border-color: rgb(59,22,141); }

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