#3B168F

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

Shades of Persian Indigo #3B168F

Tints of Persian Indigo #3B168F

Color information

#3B168F (or 0x3B168F) is unknown color: approx Persian Indigo. HEX triplet: 3B, 16 and 8F. RGB value is (59,22,143). Sum of RGB (Red+Green+Blue) = 59+22+143=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B168F is #C4E970. Grayscale: #2E2E2E. Windows color (decimal): -12904817 or 9377339. OLE color: 9377339.

HSL color Cylindrical-coordinate representation of color #3B168F: hue angle of 258.35º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B168F is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5922143-
CMYK0.590.8500.44
HSL258.35º73.33%32.35%-
HSV(B)258.35º84.62%56.08%-
XYZ7.053.4926.29-
YUV46.86182.26136.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 143 (56.25% from 255) = 63.84%
R=26.34%
G=9.82%
B=63.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59221430.590.8500.44258.3573.3332.35
Hex3B168F3B5502C1024920
Octal73262177312505440211140
Binary1110111011010001111111011101010101011001000000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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