#3B169E

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

Shades of Persian Indigo #3B169E

Tints of Persian Indigo #3B169E

Color information

#3B169E (or 0x3B169E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 16 and 9E. RGB value is (59,22,158). Sum of RGB (Red+Green+Blue) = 59+22+158=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B169E is #C4E961. Grayscale: #303030. Windows color (decimal): -12904802 or 10360379. OLE color: 10360379.

HSL color Cylindrical-coordinate representation of color #3B169E: hue angle of 256.32º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B169E is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5922158-
CMYK0.630.8600.38
HSL256.32º75.56%35.29%-
HSV(B)256.32º86.08%61.96%-
XYZ8.263.9732.68-
YUV48.57189.76135.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=24.69%
G=9.21%
B=66.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59221580.630.8600.38256.3275.5635.29
Hex3B169E3F560261004c23
Octal73262367712604640011443
Binary1110111011010011110111111101011001001101000000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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