#3B168C

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

Shades of Persian Indigo #3B168C

Tints of Persian Indigo #3B168C

Color information

#3B168C (or 0x3B168C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 16 and 8C. RGB value is (59,22,140). Sum of RGB (Red+Green+Blue) = 59+22+140=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B168C is #C4E973. Grayscale: #2E2E2E. Windows color (decimal): -12904820 or 9180731. OLE color: 9180731.

HSL color Cylindrical-coordinate representation of color #3B168C: hue angle of 258.81º 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 #3B168C is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5922140-
CMYK0.580.8400.45
HSL258.81º72.84%31.76%-
HSV(B)258.81º84.29%54.9%-
XYZ6.823.425.11-
YUV46.52180.76136.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 140 (55.08% from 255) = 63.35%
R=26.70%
G=9.95%
B=63.35%

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
Decimal59221400.580.8400.45258.8172.8431.76
Hex3B168C3A5402D1034920
Octal73262147212405540311140
Binary1110111011010001100111010101010001011011000000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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